mirror of https://github.com/ceph/ceph-ansible.git
Add more detail for the client socket
Adding: cluster name, type, id and cctid. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/144/head
parent
547f16b7aa
commit
1d8871e615
|
@ -59,7 +59,7 @@
|
||||||
[client]
|
[client]
|
||||||
rbd cache = true
|
rbd cache = true
|
||||||
rbd cache writethrough until flush = 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]
|
||||||
mon osd down out interval = {{ mon_osd_down_out_interval }}
|
mon osd down out interval = {{ mon_osd_down_out_interval }}
|
||||||
|
|
Loading…
Reference in New Issue