Resizing Proxmox LVM
The proxmox stack might run out of disk space, if the Machine has a very small disk (e.g ≤ 32GB)
Problem
The proxmox stack might run out of disk space, if the Machine has a very small disk (e.g ≤ 32GB)
Solution
- Disabling SWAP in Proxmox
lvresize -L +2G pve/data
- Now your stack has 2 GB disk space more, be aware the LVM will terminate again if the new disk space limit is reached.
Last modified February 17, 2023:
update (#208) (ea731fc)