]> git-server-git.apps.pok.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)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 8 Jul 2019 19:57:08 +0000 (19:57 +0000)
commitf13e6642a4182f3001607cc9b58221a8f42d2eac
treee3bdac015d6ebce594124d9f07345d3d60be5266
parent5c6a9e1a969ccef577b3d60c1108dc3c329d72bf
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>
(cherry picked from commit de7f948b75fef7d839905f731898da04f281f19d)
roles/ceph-handler/templates/restart_osd_daemon.sh.j2
roles/ceph-handler/templates/restart_rgw_daemon.sh.j2