From: K.C. Wong Date: Thu, 17 Mar 2016 17:34:56 +0000 (-0700) Subject: Address issue #632 with systemd unit rename X-Git-Tag: v1.0.3~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ac41f7f3f4e247748e751cc7561f8413dcb051c;p=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` --- diff --git a/roles/ceph-rgw/tasks/start_radosgw.yml b/roles/ceph-rgw/tasks/start_radosgw.yml index 572824c8f..fc1bb5a5f 100644 --- a/roles/ceph-rgw/tasks/start_radosgw.yml +++ b/roles/ceph-rgw/tasks/start_radosgw.yml @@ -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: