Hi!
I need to convert a KVM virtual machine from LVM to a qcow2 image, and wonder
if this is the best way to do it (*1):
[$] qemu-img convert -O qcow2 /dev/vg_name/lv_name/
/var/lib/libvirt/images/image_name.qcow2
If this is the best way to do this, will this keep the information on:
/dev/vg_n
Hi,
Thanks so much for your detailed explanation!
Best regards,
Richard Taubo
> On 30 Nov 2019, at 10:25, Peter Krempa wrote:
>
> On Sat, Nov 30, 2019 at 01:12:31 +0100, ort_libv...@bergersen.no wrote:
>> Hi!
>>
>> I need to convert a KVM virtual machine from LVM to a qcow2 image, and
>> wo