Monthly Archives: November 2024
Shrink a Proxmox LXC
Shrinking the root disk of one of my LXC containers using the following commands: List the containers: pct list Stop the particular container you want to resize: pct stop XXX (XXX is the container ID) Find out it’s path on the node: lvdisplay | grep “LV Path\|LV Size” For good measure one can run a …
Shrink proxmox vm bootdisk
Go to lvm lvreduce -L -32g pve/filename.raweg. lvm lvreduce -L -32g pve/vm-103-disk-0qm rescan