]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
update: fix tasks waiting for the node to join the quorum
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 20 Mar 2019 08:31:12 +0000 (09:31 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 25 Mar 2019 20:02:56 +0000 (16:02 -0400)
commitf7c6f4e0b67a7ea9e470f563d1b05a64a2cb45ce
tree5917d787d4f1dfac42d162067f9d81b21fc42188
parent32569b79e29ec7cde073a8dff9f586a91e50d8f1
update: fix tasks waiting for the node to join the quorum

We actually want to ensure the node being upgraded is joining the quorum
instead of the monitor picked up earlier.

Indeed, the `mon_host`is used only in `delegate_to:` so we can still run ceph
commands while the monitor being upgraded is stopped.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml