Proxmox: "local" out of storage.

matthiasvd

Member
Jan 31, 2022
6
0
6
18
Hi!
I have Proxmox installed on a 32GB USB drive. I am currently out of storage on my "local" partition:
1663173324801.png

I do see that there is a 13GB "local-lvm" partition:
1663173346808.png
Would it be possible to "move" the storage space from the "local-lvm" to "local"? At times I have 0B free, to the point where I am unable to change settings/open a shell of a VM because I'm out of storage.

TIA!
 
yes its possible. Assuming you want to sacrifice entire local-lvm :
1) remove the local-lvm storage from Proxmox, either via GUI/CLI or edit /etc/pve/storage.cfg
2) remove the lvm volume https://www.2daygeek.com/how-to-delete-remove-lvm-logical-volume-in-linux/
3) expand your root partition and filesystem: https://dade2.net/kb/how-to-extend-filesystem-on-linux/

note that you dont need all the commands in those guides. Read them carefully and run judiciously


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: matthiasvd
yes its possible. Assuming you want to sacrifice entire local-lvm :
1) remove the local-lvm storage from Proxmox, either via GUI/CLI or edit /etc/pve/storage.cfg
2) remove the lvm volume https://www.2daygeek.com/how-to-delete-remove-lvm-logical-volume-in-linux/
3) expand your root partition and filesystem: https://dade2.net/kb/how-to-extend-filesystem-on-linux/

note that you dont need all the commands in those guides. Read them carefully and run judiciously


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
It worked!! Thank you so much!