Bug 1219719
Summary: | change-media with --print-xml will produce a disordered xml segment. | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | yisun |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | ashu.noella207, crobinso, dyuan, eblake, mkletzan, mprivozn, rbalakri, shyu, xuzhang, yanyang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-26 14:12:48 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
yisun
2015-05-08 01:58:50 UTC
Order should not matter as long as the RelaxNG grammar allows elements to be interleaved. However, the odd formatting can indeed improve, and it never hurts to at least try and be consistent. Hello everyone, I am interested in working on this task. I will like to know the files I should look at to fix the distorted xml segment and any other information required to fix this issue. Thanks, Noella (In reply to Noella from comment #3) > Hello everyone, > > I am interested in working on this task. I will like to know the files I > should look at to fix the distorted xml segment and any other information > required to fix this issue. > > Thanks, > Noella Firstly, you need to take look what xml does 'change-media' command produce. Then, you should compare it with the XML that already is existing in libvirt, e.g. 'dumpxml' command ran over a domain. You'll see which elements are disordered. Fixed by: commit adac38dbbdc3bd1dd7c1e99de0bdc1f59f940923 Author: Martin Kletzander <mkletzan> Date: Fri Nov 6 15:11:36 2015 +0100 virsh: Try to keep printed XML pretty with change-media |