Hi,
Im pretty much new to proxmox so far im in love with it. I tried to migrate one of my windows servers to the pve physical disk is 1TB converted to a vmdk file as a growable disk which is equal to thin provisioned the vmdk file is roughly around 60 GB. moved it to my PVE and converted it to a qcow2 and imported the disk but after importing in occupied the entire 1TB of space again. is there a way to import or convert to qcow2 format excluding the unused bits just like thin provisioned
import command I used :
convert command :
pointing me in the right direction is highly appreciated
Im pretty much new to proxmox so far im in love with it. I tried to migrate one of my windows servers to the pve physical disk is 1TB converted to a vmdk file as a growable disk which is equal to thin provisioned the vmdk file is roughly around 60 GB. moved it to my PVE and converted it to a qcow2 and imported the disk but after importing in occupied the entire 1TB of space again. is there a way to import or convert to qcow2 format excluding the unused bits just like thin provisioned
import command I used :
Code:
qm importdisk 103 server-HRACC.qcow2 VM_Storage
Code:
qemu-img convert -f vmdk server-HRACC.vmdk -O qcow2 -o preallocation=off server-HRACC.qcow2
pointing me in the right direction is highly appreciated