mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #634 from dvusboy/fix_issue_632
Address issue #632 with systemd unit renamepull/637/head
commit
18aa86a89f
|
@ -35,7 +35,7 @@
|
|||
|
||||
- name: start rgw on red hat (after infernalis)
|
||||
service:
|
||||
name: ceph-radosgw@{{ ansible_hostname }}
|
||||
name: ceph-radosgw@rgw.{{ ansible_hostname }}
|
||||
state: started
|
||||
enabled: yes
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue