Merge pull request #212 from leseb/rbd-client-logs

Add RBD client logs support
pull/223/head
Leseb 2015-03-02 15:12:56 +01:00
commit 1323f7cb89
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ max_open_files: 131072
# Logging # Logging
disable_in_memory_logs: true # set this to false while enabling the options below disable_in_memory_logs: true # set this to false while enabling the options below
rbd_client_log_file: /var/log/qemu/qemu-guest-$pid.log # must be writable by QEMU and allowed by SELinux or AppArmor
# Debug logs # Debug logs
enable_debug_global: false enable_debug_global: false

View File

@ -64,7 +64,8 @@
[client] [client]
rbd cache = true rbd cache = true
rbd cache writethrough until flush = true rbd cache writethrough until flush = true
admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok 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
[mon] [mon]
mon osd down out interval = {{ mon_osd_down_out_interval }} mon osd down out interval = {{ mon_osd_down_out_interval }}