Merge pull request #1070 from ceph/RHBZ-1391675

rolling update: fix restarts of radosgw
pull/1072/head
Ivan Font 2016-11-03 13:12:34 -07:00 committed by GitHub
commit 85b766034b
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