Francesco Romani has uploaded a new change for review.

Change subject: configurator: libvirt: do not jump on virtlogd
......................................................................

configurator: libvirt: do not jump on virtlogd

Libvirt 1.3.0 added a new service called virtlogd
to prevent malicious QEMU guests to DoS the virtualization host.

The feature seems promising and helpful, but we are
not eager to jump early on this bandwagon, do we disable
this for the near future.

Once the feature is stable and we run our integration test,
we will re-enable it.

Change-Id: I548560af8e78a69210917c36d229206663beaaf7
Backport-To: 3.6
Temporary-Patch: yes
Related-To: https://bugzilla.redhat.com/1318902
Signed-off-by: Francesco Romani <from...@redhat.com>
---
M lib/vdsm/tool/configurators/libvirt.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/89/55189/1

diff --git a/lib/vdsm/tool/configurators/libvirt.py 
b/lib/vdsm/tool/configurators/libvirt.py
index e9c5392..97a74dd 100644
--- a/lib/vdsm/tool/configurators/libvirt.py
+++ b/lib/vdsm/tool/configurators/libvirt.py
@@ -297,6 +297,7 @@
                     'remote_display_port_min': 5900,
                     'remote_display_port_max': 6923,
                     'auto_dump_path': '"/var/log/core"',
+                    'stdio_handler': '"file"',
                 },
 
             },


-- 
To view, visit https://gerrit.ovirt.org/55189
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I548560af8e78a69210917c36d229206663beaaf7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <from...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to