RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1261790 - xml created by 'virsh dumpxml <domain>' does not validate with 'virt-xml-validate' command, when the domain's interface type is "network"
Summary: xml created by 'virsh dumpxml <domain>' does not validate with 'virt-xml-vali...
Keywords:
Status: CLOSED DUPLICATE of bug 1177594
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.2
Hardware: x86_64
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Libvirt Maintainers
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-10 07:31 UTC by yafu
Modified: 2015-09-10 08:29 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-10 08:29:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description yafu 2015-09-10 07:31:35 UTC
Description of problem:
xml created by 'virsh dumpxml <domain>' does not validate with 'virt-xml-validate',when the domain's interface type is 'network'.
And when the domain's interface type is 'bridge',dumpxml can validate with 'virt-xml-validate'.

Version-Release number of selected component (if applicable):
  kernel-3.10.0-309.x86_64.rpm
  qemu-kvm-rhev-2.3.0-22.el7.x86_64
  libvirt-1.2.17-7.el7.x86_64
  

How reproducible:
100%

Steps to Reproduce:
1.cat lxc.xml:
<domain type='lxc' id='3211'>
  <name>test</name>
  <uuid>02ea2ce6-55c7-4c4b-aef2-cddf9edecc8f</uuid>
  <memory unit='KiB'>1048576</memory>
  <currentMemory unit='KiB'>1048576</currentMemory>
  <vcpu placement='static'>1</vcpu>
  <resource>
    <partition>/machine</partition>
  </resource>
  <os>
    <type arch='x86_64'>exe</type>
    <init>/bin/sh</init>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/libexec/libvirt_lxc</emulator>
    <filesystem type='mount' accessmode='passthrough'>
      <source dir='/'/>
      <target dir='/'/>
    </filesystem>
    <interface type='network'>
      <mac address='00:16:3e:54:f2:8c'/>
      <source network='default'/>
      <target dev='vnet0'/>
    </interface>
    <console type='pty' tty='/dev/pts/1'>
      <source path='/dev/pts/1'/>
      <target type='lxc' port='0'/>
      <alias name='console0'/>
    </console>
  </devices>
  <seclabel type='none' model='selinux'/>
</domain>

2. virsh -c lxc:/// define lxc.xml
3. virsh -c lxc:/// start lxc1
4. virsh -c lxc:/// dumpxml lxc1 > /tmp/a.xml
5. virt-xml-validate /tmp/a.xml

Additional:
It's a regression bug,but not very serious.
see:
https://bugzilla.redhat.com/show_bug.cgi?id=1028107

Comment 2 yafu 2015-09-10 08:11:35 UTC
The same result also appears in the qemu-kvm,when the domain's interface type is 'network'.

Comment 3 Ján Tomko 2015-09-10 08:29:55 UTC

*** This bug has been marked as a duplicate of bug 1177594 ***


Note You need to log in before you can comment on or make changes to this bug.