mirror of https://github.com/ceph/ceph-ansible.git
Address issue #632 with systemd unit rename
* the client-name is actually `rgw.{{ ansible_hostname }}` instead of just `{{ ansible_hostname }}` * it matches the directory created under `/var/lib/ceph/radosgw` * and, it matches the client-name used to create the keyring in `pre_requisite.yml`pull/634/head
parent
c8422e29ff
commit
6ac41f7f3f
|
@ -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