mirror of https://github.com/ceph/ceph-ansible.git
Common: Fix condition on osd restart handler
Fix the condition on the osd restart handler. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1477/head
parent
b93ffe637b
commit
b61deacfc0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue