]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
update: fix ceph-crash stop task v6.0.6
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 4 May 2021 09:42:15 +0000 (11:42 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 4 May 2021 13:59:46 +0000 (15:59 +0200)
commitd319da14c8a0341ebce25461deece51728f7d5e9
tree6f98decf8514b99652cb6685d89a907f3ac6177f
parent0ce27a73b60cbc3bb398786b400cdbf033c90a6b
update: fix ceph-crash stop task

This is a workaround for an issue in ansible.
When trying to stop/mask/disable this service in one task, the stop
didn't actually happen, the task doesn't fail but for some reason the
container is still present and running.
Then the task starting the service in the role ceph-crash fails because
it can't start the container since it's already running with the same
name.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1955393
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3db1ea7ec41475243559beff50b7011773c021e5)
infrastructure-playbooks/rolling_update.yml