Description of problem:
The sub-element for panic device should be "interleave" in rng file
Version-Release number of selected component (if applicable):
libvirt-daemon-6.0.0-17.module+el8.2.0+6257+0d066c28.x86_64
How reproducible:
100%
Steps to Reproduce:
1. edit the guest xml
# cat rhel.xml
....
<video>
<model type='virtio'/>
<driver name='qemu'/>
</video>
....
2. validate the xml
# virt-xml-validate rhel.xml
Relax-NG validity error : Extra element devices in interleave
rhel.xml:58: element devices: Relax-NG validity error : Element domain failed to validate content
rhel.xml fails to validate
Actual results:
validation failed
Additional info:
1. edit the guest xml
# cat rhel.xml
<video>
<model type='virtio'/>
<driver name='qemu'/>
</video>
# virt-xml-validate rhel.xml
rhel.xml validates
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 (virt:av bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2021:4684
Description of problem: The sub-element for panic device should be "interleave" in rng file Version-Release number of selected component (if applicable): libvirt-daemon-6.0.0-17.module+el8.2.0+6257+0d066c28.x86_64 How reproducible: 100% Steps to Reproduce: 1. edit the guest xml # cat rhel.xml .... <video> <model type='virtio'/> <driver name='qemu'/> </video> .... 2. validate the xml # virt-xml-validate rhel.xml Relax-NG validity error : Extra element devices in interleave rhel.xml:58: element devices: Relax-NG validity error : Element domain failed to validate content rhel.xml fails to validate Actual results: validation failed Additional info: 1. edit the guest xml # cat rhel.xml <video> <model type='virtio'/> <driver name='qemu'/> </video> # virt-xml-validate rhel.xml rhel.xml validates