I want to move some KVM guests to VMWARE and therefore have to create VMDK images of the disks. The virtual disks for the guests are spread around multiple LVM volumes.
There are a couple of pointers that show that you can qemu-img convert
an LVM volume. However in my case there are two volumes (say /dev/vg0/guestRoot
and /dev/vg0/guestVar
) for one KVM guest (/ and /var). In case it makes any difference: The mentioned volume group vg0
also contains the logical volumes for the other guests and the host as well.
Is it possible to create a single VMDK that contains both partitions of one guest? If not, can I perform the migration any other way?