Hello Everyone, I am facing a problem in defining the xml for domain creation using libvirt. I am using Xen hypervisor. domPtr = lib.virDomainDefineXML(conPtr, domainXML); I get the following error: "libvir: Xen Daemon error : XML error: failed to parse domain description" Any suggestions are welcome. Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110909/76c73a04/attachment.htm>
On Fri, Sep 09, 2011 at 16:02:45 +0200, Kiran Javaid wrote:> > Hello Everyone, > > I am facing a problem in defining the xml for domain creation using libvirt. I am using Xen hypervisor. > > domPtr = lib.virDomainDefineXML(conPtr, domainXML); > > I get the following error: > > "libvir: Xen Daemon error : XML error: failed to parse domain description"This suggests there is an error in your xml. Would you mind sending the content of domainXML to this list? Jirka