Merge pull request #1266 from ceph/issue-1265

ceph-common: remove absolute path to handler include files
pull/1269/head
Sébastien Han 2017-02-01 17:40:17 +01:00 committed by GitHub
commit d7cc546924
1 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@
when: ansible_os_family == 'Debian'
- name: restart ceph mons
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-mon.yml"
include: "./restart-mon.yml"
- name: restart ceph osds
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-osd.yml"
include: "./restart-osd.yml"
- name: restart ceph mdss
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-mds.yml"
include: "./restart-mds.yml"
- name: restart ceph rgws
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-rgw.yml"
include: "./restart-rgw.yml"
- name: restart ceph nfss
service: