mirror of https://github.com/ceph/ceph-ansible.git
Add a client section in the ceph configuration file
In this section we enabled the rbd cache and a socket per client. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/140/head
parent
ccb6fc17f7
commit
29ea4e6f47
|
@ -56,6 +56,11 @@
|
||||||
debug_rgw = 0/0
|
debug_rgw = 0/0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[client]
|
||||||
|
rbd cache = true
|
||||||
|
rbd cache writethrough until flush = true
|
||||||
|
admin socket = /var/run/ceph/rbd-client-$pid.asok
|
||||||
|
|
||||||
[mon]
|
[mon]
|
||||||
mon osd down out interval = {{ mon_osd_down_out_interval }}
|
mon osd down out interval = {{ mon_osd_down_out_interval }}
|
||||||
mon osd min down reporters = {{ mon_osd_min_down_reporters }}
|
mon osd min down reporters = {{ mon_osd_min_down_reporters }}
|
||||||
|
|
Loading…
Reference in New Issue