]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: wait for all osds once
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 27 Nov 2019 14:29:06 +0000 (09:29 -0500)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 27 Nov 2019 18:05:42 +0000 (13:05 -0500)
commit5bd1cf40eb5823aab3c4e16b60b37c30600f9283
tree6c3524beb4a2083f6a7c9e77d4626a5fd1e5cae0
parent23b1f43897db0a03ef94f51e83ed3c562c4584d0
ceph-osd: wait for all osds once

cf8c6a3 moves the 'wait for all osds' task from openstack_config to the
main tasks list.
But the openstack_config code was executed only on the last OSD node.
We don't need to do this check on all OSD node so we need to add set
run_once to true on that task.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-osd/tasks/main.yml