]> git.apps.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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 31 Jul 2018 08:58:04 +0000 (10:58 +0200)
commitea9e60d48d6631631ac9294d4ef291f8d7a30d78
treef398ac337b133bc71d2b818ec4efd6b5fae140b3
parent6f72f96dadb7b38f065ccef3f0618a2897f8465f
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>
roles/ceph-config/templates/ceph.conf.j2