Bug 741510
Summary: | Aligning issue with snapshot XML description | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Nan Zhang <nzhang> |
Component: | libvirt | Assignee: | Eric Blake <eblake> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.2 | CC: | acathrow, dallan, dyuan, eblake, mzhan, rwu, syeghiay, whuang, zhpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.9-1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 06:31:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nan Zhang
2011-09-27 05:57:56 UTC
This is cosmetic. Although I have a v1 upstream series proposed (and am working on v2 to address the comments raised), I do not think that backporting 14 patches for a cosemetic-only reason is appropriate this late in RHEL 6.2 development. I'd prefer to defer this to 6.3. https://www.redhat.com/archives/libvir-list/2011-September/msg00916.html (In reply to comment #2) > This is cosmetic. Although I have a v1 upstream series proposed (and am > working on v2 to address the comments raised), I do not think that backporting > 14 patches for a cosemetic-only reason is appropriate this late in RHEL 6.2 > development. I'd prefer to defer this to 6.3. > > https://www.redhat.com/archives/libvir-list/2011-September/msg00916.html Agreed. For the record, v2 of the series is here: https://www.redhat.com/archives/libvir-list/2011-September/msg01254.html commit 9cba3927684f7fe46872fae74843087139a4cca2 Author: Eric Blake <eblake> Date: Sat Sep 17 06:57:30 2011 -0600 snapshot: indent domain xml when nesting <domainsnapshot> is the first public instance of <domain> being used as a sub-element, although we have two other private uses (runtime state, and migration cookie). Although indentation has no effect on XML parsing, using it makes the output more consistent. This uses virBuffer auto-indentation to obtain the effect, for all but the portions of <domain> that are not generated a line at a time into the same virBuffer. Further patches will clean up the remaining problems. Test it with: libvirt-0.9.9-1.el6.x86_64 And the xml is the respected result. <domainsnapshot> ... <domain type='kvm'> ... </domain> </domainsnapshot> 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/RHSA-2012-0748.html |