ceph-handler: Fix osd restart condition

In containerized deployment, the restart OSD handler couldn't be
triggered in most ansible execution.
This is due to the usage of run_once + a condition on the inventory
hostname and the last filter.
The run_once is triggered first so ansible will pick a node in the
osd group to execute the restart task. But if this node isn't the
last one in the osd group then the task is ignored. There's more
probability that the task will be ignored than executed.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 5b1c15653f)
pull/4465/head v3.2.27
Dimitri Savineau 2019-09-09 11:23:47 -04:00 committed by Dimitri Savineau
parent 7347f32231
commit 28009496f6
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@
- osd_group_name in group_names
- containerized_deployment
- not rolling_update
- inventory_hostname == groups.get(osd_group_name) | last
- ceph_osd_container_stat.get('rc') == 0
- ceph_osd_container_stat.get('stdout_lines', [])|length != 0
- handler_health_osd_check