]> 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>
Wed, 11 Dec 2019 13:48:34 +0000 (08:48 -0500)
commit5062d4094c6b1bb0f5fe9a58e1b68ad1b3bba96a
tree7d2c6be4819c981518004159185ed86f6919e7cf
parentfe8858af385c47a848c73c6866ac6b20bcf29dc6
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>
(cherry picked from commit c7708eb4582f65717599d2d7bee7a7a5885ecc2b)
infrastructure-playbooks/rolling_update.yml