Remove local-lvm and Expand local #
Overview #
Remove the default local-lvm
thin pool and allocate its free space to local
(root LV), then grow the filesystem.
Steps #
-
Open a shell on the host (via PVE GUI Shell or SSH).
-
Remove the
local-lvm
LV (thin pool):lvremove pve/data
-
Move all free space to the root LV:
lvextend -l +100%FREE -f pve/root
-
Grow the filesystem:
resize2fs /dev/mapper/pve-root
Verify #
After completion, the PVE GUI should show local
expanded to the full disk capacity.
Storage Settings #
In Datacenter → Storage:
- Remove
local-lvm
. - Enable Images for
local
if you want to store VM disks there.