Displaying 2 results from an estimated 2 matches for "rhel53".
Did you mean:
rhel3
2010 Oct 01
1
virt-xml-validate b0rked?
It seems that virt-xml-validate doesn't validate what *has* to be valid XML, that generated by virsh dumpxml against a running domain:
[root at etc752365a ~]# virsh list
Id Name State
----------------------------------
2 rhel55 running
3 rhel53 running
[root at etc752365a ~]# virsh dumpxml rhel55 > foo.xml
[root at etc752365a ~]# virt-xml-validate foo.xml
foo.xml:8: element type: Relax-NG validity error : Invalid attribute arch for element type
foo.xml:9: element boot: Relax-NG validity error : Element os failed to vali...
2012 Sep 05
1
boot device
...rder='1'/>
<address type='drive' controller='0' bus='0' target='0'
unit='0'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/var/lib/libvirt/images/Rhel53.iso'/>
<target dev='hdc' bus='ide' />
<boot order='2'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0'
unit='0' />...