Skip to content

Commit

Permalink
Merge pull request #1477 from ceph/quick_fix
Browse files Browse the repository at this point in the history
Common: Fix condition on osd restart handler
  • Loading branch information
leseb committed Apr 27, 2017
2 parents b93ffe6 + b61deac commit d8387cf
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 d8387cf

Please sign in to comment.