vzdump 101 --dumpdir /mnt/backup/my_dump --mode stop
root@proxmox:~# pct stop 101
root@proxmox:~# qemu-img resize /zedeffess/ct_volumes/images/101/vm-101-disk-0.raw 10G
WARNING: Image format was not specified for '/zedeffess/ct_volumes/images/101/vm-101-disk-0.raw' and probi
ng guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will
be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
qemu-img: Use the --shrink option to perform a shrink operation.
qemu-img: warning: Shrinking an image will delete all data beyond the shrunken image's end. Before perform
ing such an operation, make sure there is no important data there.
root@proxmox:~# qemu-img resize --shrink /zedeffess/ct_volumes/images/101/vm-101-disk-0.raw 10G
WARNING: Image format was not specified for '/zedeffess/ct_volumes/images/101/vm-101-disk-0.raw' and probi
ng guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will
be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
Image resized.
root@proxmox:~# pct start 101
run_buffer: 322 Script exited with status 255
lxc_init: 844 Failed to run lxc.hook.pre-start for container "101"
__lxc_start: 2027 Failed to initialize container "101"
startup for container '101' failed