mirror of https://github.com/ceph/ceph-ansible.git
rolling update: fix restarts of radosgw
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: rhbz#1391675 Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1070/head
parent
6115ad11d5
commit
8262ce5e40
|
@ -287,10 +287,10 @@
|
|||
service:
|
||||
name: radosgw
|
||||
state: restarted
|
||||
when: ansible_os_family != 'RedHat'
|
||||
when: is_sysvinit.stat.exists == True
|
||||
|
||||
- name: restart rados gateway server(s)
|
||||
- name: restart ceph rgws with upstart
|
||||
service:
|
||||
name: ceph-radosgw
|
||||
state: restarted
|
||||
when: ansible_os_family != 'RedHat'
|
||||
when: is_upstart.stat.exists == True
|
||||
|
|
Loading…
Reference in New Issue