]> 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>
Fri, 10 Jan 2020 16:07:25 +0000 (11:07 -0500)
commitf2e1941ef12417710ba6e33606faa36fa988e78b
tree63abae802b72ca3fbd341362c376a1a3f02e6fcd
parent9fa5b296ca60edebfe7784acc948d44a0e781547
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>
(cherry picked from commit 5bd1cf40eb5823aab3c4e16b60b37c30600f9283)
roles/ceph-osd/tasks/main.yml