Skip to content

Commit

Permalink
Common: Fix condition on osd restart handler
Browse files Browse the repository at this point in the history
Fix the condition on the osd restart handler.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits authored and leseb committed Apr 27, 2017
1 parent b93ffe6 commit b61deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ceph-common/handlers/main.yml
Expand Up @@ -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:
Expand Down

0 comments on commit b61deac

Please sign in to comment.