]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Add more detail for the client socket 144/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 11 Nov 2014 11:01:31 +0000 (12:01 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 11 Nov 2014 11:01:31 +0000 (12:01 +0100)
Adding: cluster name, type, id and cctid.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/templates/ceph.conf.j2

index 558962ff1bd8df641145db6a5bbd0d2607499638..1284f3a15b37ed2f307aef97731fb6ed625dfcd0 100644 (file)
@@ -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 }}