]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-handler: fix cluster name in socket path
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 3 Jul 2019 15:26:42 +0000 (11:26 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 8 Jul 2019 17:55:35 +0000 (13:55 -0400)
commitde7f948b75fef7d839905f731898da04f281f19d
tree2107c9a03531df182af010e5235a128455103ad6
parent7df62fde3476aa0a79821f26775660de1ec0c68e
ceph-handler: fix cluster name in socket path

c90f605b5 introduces the default ceph cluster name value in the rgw
socket path for the rgw restart script. But this should use the
`cluster` variable instead.
This commit also fixes this in the osd restart script.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-handler/templates/restart_osd_daemon.sh.j2
roles/ceph-handler/templates/restart_rgw_daemon.sh.j2