]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
handler: fix call to container_exec_cmd in handler_osds
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 Jan 2020 14:50:40 +0000 (15:50 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 20 Jan 2020 14:25:56 +0000 (09:25 -0500)
commit22865cde9c7cb3be30c359ce8679ec841b16a663
tree15373c88148200b1d1718ca2006368c576f013c3
parent2478a7b94856fc1b4639b4293383f7c3f2ae0f05
handler: fix call to container_exec_cmd in handler_osds

When unsetting the noup flag, we must call container_exec_cmd from the
delegated node (first mon member)
Also, adding a `run_once: true` because this task needs to be run only 1
time.

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