Bug 817062

Summary: p2v-server debugging accidentally hardcoded on
Product: Red Hat Enterprise Linux 6 Reporter: Matthew Booth <mbooth>
Component: virt-v2vAssignee: Matthew Booth <mbooth>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3CC: dyasny, lcui, rjones, rwu, syeghiay, tzheng, yupzhang
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: virt-v2v-0.8.7-6.el6 Doc Type: Bug Fix
Doc Text:
No documentation required. This bug was never in a RHEL release.
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-20 12:42:14 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 Matthew Booth 2012-04-27 14:44:55 UTC
Description of problem:
A previous commit accidentally hardcoded DEBUG logging on in virt-p2v-server, which is part of the virt-v2v package. It must be disabled.

This is fixed upstream in commit 630e0711ae3d9e4b5918603b3778ed3af703b6c2.

Version-Release number of selected component (if applicable):
virt-v2v-0.8.7-5.el6

Comment 2 Matthew Booth 2012-05-02 14:08:10 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
No documentation required.

This bug was never in a RHEL release.

Comment 4 Cui Lei 2012-05-04 02:07:12 UTC
This bug have been reproduced in virt-v2v-0.8.7-5.el6 build and verified fixed in virt-v2v-0.8.7-6.el6 build.
Here is the detail,
relevant code in virt-v2v-0.8.7-5.el6:

# Initialize logging
logmsg_init('syslog');
logmsg_level(DEBUG);

# Uncomment these 2 lines to capture debug information from the conversion
# process
$ENV{'LIBGUESTFS_DEBUG'} = 1;
$ENV{'LIBGUESTFS_TRACE'} = 1;


Current code in virt-v2v-0.8.7-6.el6:

# Initialize logging
logmsg_init('syslog');
#logmsg_level(DEBUG);

# Uncomment these 2 lines to capture debug information from the conversion
# process
#$ENV{'LIBGUESTFS_DEBUG'} = 1;
#$ENV{'LIBGUESTFS_TRACE'} = 1;

Debugging feature in virt-p2v-server have been disabled.

Comment 6 errata-xmlrpc 2012-06-20 12:42:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0788.html