]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
update: restart iscsigws daemons after upgrade
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 5 Dec 2019 10:06:06 +0000 (11:06 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 5 Dec 2019 18:02:06 +0000 (13:02 -0500)
commitc7708eb4582f65717599d2d7bee7a7a5885ecc2b
tree6049a7ba0e52ca108168a9f02db48fd6d28995cb
parent451c5ca93499fc0520b60729a170f0aa6f6132db
update: restart iscsigws daemons after upgrade

In containerized context, containers aren't stopped early in the
sequence.
It means they aren't restarted after the upgrade because the task is
just checking the daemon status is started (eg: `state: started`).

This commit also removes the task which ensure services are started
because it's already done in the role ceph-iscsigw.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml