]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling-update: do not use upstart to stop mons when using systemd
authorAndrew Schoen <aschoen@redhat.com>
Fri, 17 Feb 2017 20:31:25 +0000 (14:31 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 21 Feb 2017 18:31:26 +0000 (12:31 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 9623d392ce482d2ae91d136719db1b508cf268ca..a1f4b3e5aa9c3f84986e6625f2d3e82f4a54a11c 100644 (file)
@@ -78,7 +78,7 @@
         name: ceph-mon
         state: stopped
         args: id={{ ansible_hostname }}
-      when: ansible_service_mgr == 'systemd'
+      when: ansible_service_mgr == 'upstart'
 
     - name: stop ceph mons with sysvinit
       service: