Add rbd_concurrent_management_ops

pull/273/head
Bjørnar Ness 2015-06-09 00:42:01 +02:00
parent 26dba2eef2
commit a5ed377e4e
3 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,10 @@ dummy:
#max_open_files: 131072
#disable_in_memory_logs: true
## Client options
#
rbd_concurrent_management_ops: 20
## Monitor options
#
#monitor_interface: interface

View File

@ -70,6 +70,10 @@ debug_osd_level: 20
enable_debug_mds: false
debug_mds_level: 20
## Client options
#
rbd_concurrent_management_ops: 20
## Monitor options
#
monitor_interface: interface

View File

@ -64,6 +64,7 @@
[client]
rbd cache = true
rbd cache writethrough until flush = true
rbd concurrent management ops = {{ rbd_concurrent_management_ops }}
admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok # must be writable by QEMU and allowed by SELinux or AppArmor
log file = {{ rbd_client_log_file }} # must be writable by QEMU and allowed by SELinux or AppArmor