Jean-Pierre Ribeauville
2016-Jan-11 20:25 UTC
[libvirt-users] Unable to validate doc against ....
Hi, By trying to add this device : <channel type='unix'> <source mode='bind' path='//var/lib/libvirt/qemu/VM_RHEL7-1_omnivision_1.agent'/> <target type='virtio' name='omnivision_1.agent'/> </channel> Within config file by issuing virsh edit , I got following error when to saving the config file : Unable to validate doc against /usr/share/libvirt/schemas/domain.rng Extra element devices in interleave I'm using libvirt-1.2.17-13.el7.x86_64 Is there my mistake or a known issue ( quite sure it was working with former release) Thx for help. Regards, J.P. Ribeauville P: +33.(0).1.47.17.20.49 . Puteaux 3 Etage 5 Bureau 4 jpribeauville@axway.com<mailto:jpribeauville@axway.com> http://www.axway.com<http://www.axway.com/> P Pensez à l'environnement avant d'imprimer.
Michal Privoznik
2016-Jan-12 13:16 UTC
Re: [libvirt-users] Unable to validate doc against ....
On 11.01.2016 21:25, Jean-Pierre Ribeauville wrote:> > Hi, > > > By trying to add this device : > > <channel type='unix'> > <source mode='bind' path='//var/lib/libvirt/qemu/VM_RHEL7-1_omnivision_1.agent'/> > <target type='virtio' name='omnivision_1.agent'/> > </channel> > > Within config file by issuing virsh edit , I got following error when to saving the config file : > > Unable to validate doc against /usr/share/libvirt/schemas/domain.rng > Extra element devices in interleave > > I'm using libvirt-1.2.17-13.el7.x86_64 > > Is there my mistake or a known issue ( quite sure it was working with former release)And it seems to be working for me with the current git HEAD. Does upgrading help? Michal