From 1d8871e6157b5aa7d0a04b271079352906d2bf37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 11 Nov 2014 12:01:31 +0100 Subject: [PATCH] Add more detail for the client socket MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Adding: cluster name, type, id and cctid. Signed-off-by: Sébastien Han --- roles/ceph-common/templates/ceph.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index 558962ff1..1284f3a15 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -59,7 +59,7 @@ [client] rbd cache = true rbd cache writethrough until flush = true - admin socket = /var/run/ceph/rbd-client-$pid.asok + admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok [mon] mon osd down out interval = {{ mon_osd_down_out_interval }} -- 2.39.5