Displaying 2 results from an estimated 2 matches for "xmldesx".
Did you mean:
xmldesc
2015 Dec 17
2
migrate a guest from VMware to KVM
...using the libvirt API I get the "no boot disk
found" message when starting the vm.
When importing the VM through the libvirtAPI, I use the same xml
description virsh outputs (dumpxml) after initially doing the import.
xml - the description I got using virsh xmldump <domain name>
xmlDesx = xml
conn.defineXML(xmlDesc)
One other important aspect is I am using a directory storage pool to store
all my volumes (.img files).
When I use virsh to import the vm, the storage pool recognizes the new
volume (the .img file I converted from the .vmdk file). But when I use the
libvirtAPI, it doe...
2015 Dec 17
0
Re: migrate a guest from VMware to KVM
...o boot disk
> found" message when starting the vm.
>
> When importing the VM through the libvirtAPI, I use the same xml
> description virsh outputs (dumpxml) after initially doing the import.
>
> xml - the description I got using virsh xmldump <domain name>
>
> xmlDesx = xml
> conn.defineXML(xmlDesc)
>
> One other important aspect is I am using a directory storage pool to store
> all my volumes (.img files).
> When I use virsh to import the vm, the storage pool recognizes the new
> volume (the .img file I converted from the .vmdk file). But whe...