Merge pull request #2047 from ceph/enable_ceph-rbd-mirror.target

rbd-mirror: enable ceph-rbd-mirror.target
pull/2048/head
Guillaume Abrioux 2017-10-13 10:34:10 +02:00 committed by GitHub
commit 7d4b3f9989
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@
when:
- ceph_release_num[ceph_release] < ceph_release_num.luminous
- name: enable ceph-rbd-mirror.target on jewel
systemd:
name: "ceph-rbd-mirror.target"
state: started
enabled: yes
changed_when: false
when:
- ceph_release_num[ceph_release] < ceph_release_num.luminous
- name: stop and remove the generic rbd-mirror service instance
service:
name: "ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}"