..

Proxmox LXC and VM Primer

tags: primer

Storage Increase

  • Go to Datacenter > Node > LXC or VM > Resources > Root Disk.
  • Click Resize disk and add the extra GBs.

ext4

resize2fs /dev/mapper/pve-vm--<ID>--disk--0

xfs

xfs_growfs /

zfs

No need to do anything.