]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
enable ceph-mon.target service after monitor start, fix the ceph monitor service...
authorWingkaiHo <sanguosfiang@163.com>
Mon, 27 Mar 2017 03:01:35 +0000 (11:01 +0800)
committerWingkaiHo <sanguosfiang@163.com>
Mon, 27 Mar 2017 03:01:35 +0000 (11:01 +0800)
roles/ceph-mon/tasks/start_monitor.yml

index 4106efe2f0efc751fb1694fd21b0e9979ba48c13..c1fd413ad8474f9bea945d6d810bdac84870a3c8 100644 (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