]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
add-osd: unset noup flag after last osd is deployed
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 Apr 2020 09:16:25 +0000 (11:16 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 7 Apr 2020 15:19:53 +0000 (11:19 -0400)
commit8ccf91c1f0f693f2e1b3d7bc0ea1e4e7e8787311
tree8f1e41670e1fcc9f6b4e65e902ee0d7c364a9281
parenta8f5e43624cd558b775a26cce834c16a845ba4a7
add-osd: unset noup flag after last osd is deployed

this commit fixes a bug when using `add-osd.yml` playbook.
`noup` flag is set early but it never got unset before the "wait for pgs
clean" check, so the playbook always fails because OSDs aren't never
seen UP.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1816023
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-handler/handlers/main.yml
roles/ceph-osd/tasks/main.yml