I only have a 256GB NVMe disk which proxmox will barely use 15% of ever.
According to this youtube video:
https://youtu.be/1q4_suDXr4M?t=728
He's suggesting I remove the local-lvm partition and then re-size as follows in the shell.
#1. lvremove /dev/pve/data
#2. lvresize -l +100%FREE /dev/pve/root
#3. resize2fs /dev/mapper/pve-root
Then change content flags on the primary drive to enable VZDump, Disk Image, ISO image, Container template etc (the whole lot basically)
Something about this feels wrong to me but I thought I'd defer to the pros, what is the best way to do this on a small, simple homelab?
According to this youtube video:
https://youtu.be/1q4_suDXr4M?t=728
He's suggesting I remove the local-lvm partition and then re-size as follows in the shell.
#1. lvremove /dev/pve/data
#2. lvresize -l +100%FREE /dev/pve/root
#3. resize2fs /dev/mapper/pve-root
Then change content flags on the primary drive to enable VZDump, Disk Image, ISO image, Container template etc (the whole lot basically)
Something about this feels wrong to me but I thought I'd defer to the pros, what is the best way to do this on a small, simple homelab?