]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
config: enforce socket name
authorSébastien Han <seb@redhat.com>
Mon, 30 Jul 2018 16:29:00 +0000 (18:29 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 2 Aug 2018 12:34:48 +0000 (12:34 +0000)
commit2d5ed5ef8e26729ee7e1ba2817bce9e755d523d9
tree1c013c6a9ca7243845a3798827a2bc0e933cf0e3
parent826da2c38549ad625ab91ef2cef059767459aac5
config: enforce socket name

This was introduced by
https://github.com/ceph/ceph/commit/59ee2e8d3b14511e8d07ef8325ac8ca96e051784
and made our socket checks impossible to run. The PID could be found,
but the cctid cannot.
This happens during upgrade to mimic and on cluster running on mimic.

So let's force the admin socket the way it was so we can properly check
for existing instances also the line $cluster-$name.$pid.$cctid.asok
is only needed when running multiple instances of the same daemon,
thing ceph-ansible cannot do at the time of writing

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1610220
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit ea9e60d48d6631631ac9294d4ef291f8d7a30d78)
roles/ceph-config/templates/ceph.conf.j2