Data%
in the output of lvs
) and make sure it doesn't run out of space. Otherwise, use a thick provisioned storage where all the space is reserved up front.pvesm status
and how large is the image you try to import, i.e. qemu-img info /path/to/qcow/file
?How did you check it? Please usethe command i was running was qm importdisk 100 /root/haos_ova-10.4.qcow2 local-lvm --format qcow2 image was about 750 meg or so...
qemu-img info /root/haos_ova-10.4.qcow2
to see all the details. Virtual size is not the same as currently used size and it might not be able to preserve the thin provisioning when copying to a different storage.When you import it, you likely need 32 GiB of free space in the target storage not just 776MiB (but you should've had that telling from the earlier output).root@opti:~# qemu-img info /root/haos_ova-10.4.qcow2
image: /root/haos_ova-10.4.qcow2
file format: qcow2
virtual size: 32 GiB (34359738368 bytes)
disk size: 776 MiB
Well, glad that it somehow worked.tbh i tried so many things last night to fix the problem but lost count of what i was doing....eventually it worked but at what point i had any input im not sure...i might try a quick ubuntu install now to see what happens...