ceph-ansible/roles/ceph-handler/tasks
Dimitri Savineau fabaec6351 ceph-handler: set handler on xxx_stat result
In non containerized deployment we check if the service is running
via the socket file presence.
This is done via the xxx_socket_stat variable that check the file
socket in the /var/run/ceph/ directory.
In some scenarios, we could have the socket file still present in
that directory but not used by any process.
That's why we have the xxx_stat variable which clean those leftovers.

The problem here is that we're set the variable for the handlers status
(like handler_mon_status) based on xxx_socket_stat instead of xxx_stat.
That means we will trigger the handlers if there's an old socket file
present on the system without any process associated.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1866834

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 733596582d)
2020-09-29 16:33:08 +02:00
..
check_running_cluster.yml ansible: use 'bool' filter on boolean conditionals 2019-06-07 16:05:51 +02:00
check_running_containers.yml ceph-handler: add missing condition on ceph-crash 2020-09-10 20:35:04 -04:00
check_socket_non_container.yml ceph-handler: add missing condition on ceph-crash 2020-09-10 20:35:04 -04:00
handler_crash.yml ceph-crash: introduce new role ceph-crash 2020-09-10 20:35:04 -04:00
handler_mdss.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_mgrs.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_mons.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_nfss.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_osds.yml handler: read container_exec_cmd value from first mon 2020-01-23 18:34:14 +01:00
handler_rbd_target_api_gw.yml ceph-handler: remove iscsigws restart scripts 2020-07-27 09:33:00 -04:00
handler_rbdmirrors.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_rgws.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_tcmu_runner.yml ceph-handler: remove iscsigws restart scripts 2020-07-27 09:33:00 -04:00
main.yml ceph-handler: set handler on xxx_stat result 2020-09-29 16:33:08 +02:00