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
Sébastien Han 2014-11-10 14:50:19 +01:00
parent ccb6fc17f7
commit 29ea4e6f47
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}