Merge pull request #273 from bjne/rbd_concurrent_management_ops

Add rbd_concurrent_management_ops
pull/276/head
Leseb 2015-06-09 13:35:38 +02:00
commit a74b9aeab8
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