enable ceph-mon.target service after monitor start, fix the ceph monitor service do not start when the ceph reboot

pull/1386/head
WingkaiHo 2017-03-27 11:01:35 +08:00
parent ac1498b0d7
commit 3366e86966
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@
state: started
enabled: yes
changed_when: false
- name: enable ceph-mon.target service
service:
name: ceph-mon.target
enabled: yes
changed_when: false