On Thu, Feb 20, 2020 at 15:32:45 +0100, Ján Tomko wrote:
Add a 'virtiofsd_debug' option for tuning whether to run
virtiofsd
in debug mode.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/qemu/libvirtd_qemu.aug | 1 +
src/qemu/qemu.conf | 7 +++++++
src/qemu/qemu_conf.c | 2 ++
src/qemu/qemu_conf.h | 1 +
src/qemu/test_libvirtd_qemu.aug.in | 1 +
5 files changed, 12 insertions(+)
[...]
diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf
index b6805ffc41..e82c1b5bd5 100644
--- a/src/qemu/qemu.conf
+++ b/src/qemu/qemu.conf
@@ -809,6 +809,13 @@
#
#gluster_debug_level = 9
+# virtiofsd debug
+#
+# Whether to enable the debugging output of the virtiofsd daemon.
+# Possible values are 0 or 1.
Please mention that the default is 'disabled' or 0.
+#
+#virtiofsd_debug = 1
+
# To enhance security, QEMU driver is capable of creating private namespaces
# for each domain started. Well, so far only "mount" namespace is supported.
If
# enabled it means qemu process is unable to see all the devices on the system,
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>