From b61deacfc0789426576dbff29278817c067cf97f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 27 Apr 2017 16:24:21 +0200 Subject: [PATCH] Common: Fix condition on osd restart handler Fix the condition on the osd restart handler. Signed-off-by: Guillaume Abrioux --- roles/ceph-common/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-common/handlers/main.yml b/roles/ceph-common/handlers/main.yml index 1fc4a0ea4..096e80044 100644 --- a/roles/ceph-common/handlers/main.yml +++ b/roles/ceph-common/handlers/main.yml @@ -48,7 +48,7 @@ - ceph_current_fsid.rc == 0 - osd_group_name in group_names # See https://github.com/ceph/ceph-ansible/issues/1457 for the condition below - - item in play_hosts + - inventory_hostname in play_hosts - name: restart ceph mdss service: -- 2.39.5