Hi,
I used to use PROMOX with NFS storage but today I need to use local-lvm storage.
I would like to know how to import existing vmdk image to LVM Thin storage.
So we suppose VM have id 100 and the image disk is Winvmdisk.vmdk :
Should I need to convert from vmdk to raw before ?
Is there a way to export a image disk out of the LVM Thin storage ?
I used to use PROMOX with NFS storage but today I need to use local-lvm storage.
I would like to know how to import existing vmdk image to LVM Thin storage.
So we suppose VM have id 100 and the image disk is Winvmdisk.vmdk :
Code:
qm importdisk 100 <path>/Winvmdisk.vmdk local-lvm
qm set 100 --ide0 local-lvm:100/Winvmdisk.raw
Should I need to convert from vmdk to raw before ?
Is there a way to export a image disk out of the LVM Thin storage ?