The path must be writable by QEMU and allowed by SELinux or AppArmor
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
\r
# Logging\r
disable_in_memory_logs: true # set this to false while enabling the options below\r
+rbd_client_log_file: /var/log/qemu/qemu-guest-$pid.log # must be writable by QEMU and allowed by SELinux or AppArmor\r
\r
# Debug logs\r
enable_debug_global: false\r
[client]
rbd cache = 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 osd down out interval = {{ mon_osd_down_out_interval }}