mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #273 from bjne/rbd_concurrent_management_ops
Add rbd_concurrent_management_opspull/276/head
commit
a74b9aeab8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue