Skip to content

Delete the local-lvm directory from proxmox and resize the local to get the complete disk space⚓︎

Note

You'll need to move all disks, isos, etc. from the local-lvm storage to the local storage before performing these steps.

  1. Delete local-lvm from CLI:
lvremove /dev/pve/data
  1. Reallocate the space
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root