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
Andrew Schoen 2016-11-03 14:30:01 -05:00
parent 6115ad11d5
commit 8262ce5e40
1 changed files with 3 additions and 3 deletions

View File

@ -287,10 +287,10 @@
service: service:
name: radosgw name: radosgw
state: restarted 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: service:
name: ceph-radosgw name: ceph-radosgw
state: restarted state: restarted
when: ansible_os_family != 'RedHat' when: is_upstart.stat.exists == True