i migrated a vm from plain kvm to ovirt fc storage domain by creating
an empty disk of the required size and using qemu-img for converting
from the image file to the device.
Worked well.
Luca
Thanks for the hint Lorenzo!
In my case both source and target are plain qemu/kvm environments basically managed with virt-manager/virsh
The source image:
[root@skull01 ~]# qemu-img info /images/w7/w7.img
image: /images/w7/w7.img
file format: raw
virtual size: 49G (52613349376 bytes)
disk size: 49G
[root@skull01 ~]#
It was simpler than expected, after creating from inside virt-manager of the new environment a new disk (so it translates into a new lv) of 50Gb in size, I have now:
The target environment didn't complain after starting the guest, apart from asking to confirm the new network to be a home one or a public one... not understood exactly why, but I'm on the go now