I wanted to increase a VM's hard drive size from 4G to 8G. I mistakenly added 4000G, thinking it was 4000M. So the VM thinks there is a 4TB drive now. I couldn't see a way to shrink the size in Proxmox GUI. I read that qemu-img from CLI can do it, but only on raw images. I have qcow2 image. I only have 500GB hard drive, so if I convert qcow2 to raw format in order to shrink it, will it try to create a 4TB raw image (for which I have no space for)? Is there another way to shrink the qcow2 size? Since qcow2 is sparse, I am OK as long as I keep the partition in my VM at the desired 8G, but still would like to correct this. Thanks for your help.