]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
shrink-mon: support updating ceph config file after mon removal shrink-mon-update-config 7260/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 28 Jul 2022 12:15:38 +0000 (14:15 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Aug 2022 05:20:53 +0000 (07:20 +0200)
commit5c327bf1a4e5f750b1d35c66b62c01edc7888432
tree40e03e22840a185dd7e8ae7c6155fe32b41b629d
parente2076e439b95bc695e1bc0764cbb8d7d5fc1fe4a
shrink-mon: support updating ceph config file after mon removal

This add the possibility for users to opt in/out about monitor removal
from the ceph config file on all nodes.

By default, it won't update the ceph config file. If you want the playbook
to update it, you have to pass the extra variable `-e shrink_mon_update_cfg=true`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/shrink-mon.yml
roles/ceph-config/templates/ceph.conf.j2
roles/ceph-facts/tasks/set_monitor_address.yml
tox.ini