Hide Forgot
Description of problem: The nodedev.rng schema isn't valid. There is missing element "path" for "device" element. The new feature has been added by commit c4a4603d. Version-Release number of selected component (if applicable): libvirt-client-1.1.1-12.el7 How reproducible: 100% Steps to Reproduce: 1. virsh nodedev-dumpxml pci_0000_00_00_0 > pci_0000_00_00_0.xml 2. virt-xml-validate pci_0000_00_00_0.xml nodedev Actual results: pci_0000_00_00_0.xml:3: element path: Relax-NG validity error : Did not expect element path there pci_0000_00_00_0.xml fails to validate Expected results: pci_0000_00_00_0.xml validates
The upstream commit id with a fix is 0bdefd9b.
Reproduced the bug with: #rpm -qa libvirt libvirt-1.1.1-13.el7.x86_64 # virsh nodedev-dumpxml pci_0000_00_00_0 > pci_0000_00_00_0.xml # virt-xml-validate pci_0000_00_00_0.xml pci_0000_00_00_0.xml:3: element path: Relax-NG validity error : Did not expect element path there pci_0000_00_00_0.xml fails to validate Verified it with: #rpm -qa libvirt libvirt-1.1.1-14.el7.x86_64 # virsh nodedev-dumpxml pci_0000_00_00_0 > pci_0000_00_00_0.xml # virt-xml-validate pci_0000_00_00_0.xml pci_0000_00_00_0.xml validates
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.