Bug 1117001
Summary: | [Beaker] distribution-distribution-virt-install-4.0-81.noarch.rpm Disable libvirt debug logging | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Jeff Burke <jburke> |
Component: | tests | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.17 | CC: | aigao, asaha, dcallagh, rmancy, xma |
Target Milestone: | 0.17.1 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-09 08:56:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeff Burke
2014-07-07 19:17:15 UTC
On Gerrit: http://gerrit.beaker-project.org/3194 The patch changes /distribution/virt/install not to upload libvirtd_debug.log anymore, unless LIBVIRTD_DEBUG task parameter is set to a non-empty value. Therefore the expected results are: * libvirtd_debug.log is no longer present in task logs (on RHEL-6.6-20140624.0 or newer this will allow the task to succeed) * if <param name="LIBVIRTD_DEBUG" value="1"/> is added, libvirtd_debug.log will be present (test on RHEL-6.5) * the log will always be present on disk in /var/tmp/libvirtd_debug.log, so you can read it if you have reserved the host /distribution/virt/install 4.0-83 has been released. |