]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
handler: fix bug
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 19 Dec 2019 10:29:41 +0000 (11:29 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 9 Jan 2020 00:46:11 +0000 (19:46 -0500)
commite001ded6f6925f6df7f35f1304fbfcd4048d8343
tree510b6ddf07a5854c95a95929757cf0bcdb445d72
parent56f1b232a5b7d6bf0aadfb412ceebbb56e7a6f64
handler: fix bug

411bd07d54fc3f585296b68f2fd04484328399b5 introduced a bug in handlers

using `handler_*_status` instead of `hostvars[item]['handler_*_status']`
causes handlers to be triggered in anycase even though
`handler_*_status` was set to `False` on a specific node.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1622688
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 30200802d97abf56c09ebd39f64184b2b4622c50)
roles/ceph-handler/tasks/handler_mdss.yml
roles/ceph-handler/tasks/handler_mgrs.yml
roles/ceph-handler/tasks/handler_mons.yml
roles/ceph-handler/tasks/handler_nfss.yml
roles/ceph-handler/tasks/handler_osds.yml
roles/ceph-handler/tasks/handler_rbdmirrors.yml
roles/ceph-handler/tasks/handler_rgws.yml