mirror of https://github.com/ceph/ceph-ansible.git
rolling-update: do not use upstart to stop mons when using systemd
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1315/head
parent
1579642e3f
commit
5622c94e8b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue