mirror of https://github.com/ceph/ceph-ansible.git
enable ceph-mon.target service after monitor start, fix the ceph monitor service do not start when the ceph reboot
parent
ac1498b0d7
commit
3366e86966
|
@ -5,3 +5,9 @@
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
- name: enable ceph-mon.target service
|
||||||
|
service:
|
||||||
|
name: ceph-mon.target
|
||||||
|
enabled: yes
|
||||||
|
changed_when: false
|
||||||
|
|
Loading…
Reference in New Issue