Merge pull request #1416 from ceph/WingkaiHo-master

enable ceph-mon.target service after monitor start
pull/1364/merge
Sébastien Han 2017-04-07 02:36:17 +02:00 committed by GitHub
commit a5caccaefb
1 changed files with 9 additions and 0 deletions

View File

@ -5,3 +5,12 @@
state: started state: started
enabled: yes enabled: yes
changed_when: false changed_when: false
# NOTE: This patch only affects Kraken. This fixes a bug when the monitor service
# does not start automatically after a reboot. Fix proposed upstream: ceph/ceph#14226
- name: enable the ceph-mon.target service
systemd:
name: ceph-mon.target
enabled: yes
masked: no
changed_when: false