I've been looking at this for a while now and I can't wrap my head around adding a new LV for the Local-LVM thin-pool (if I understand correctly this is what I need to do).
The reason I installed Proxmox over Debian is because the Proxmox installer freezes my 2010 Mac Mini's EFI (doesn't happen with any other Distro nor on my 2012 Mac mini)
This is the output of PVS and LVS:
root@maxiserver:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root maxiserver-vg -wi-ao---- 457.27g
swap_1 maxiserver-vg -wi-ao---- <7.75g
root@maxiserver:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 maxiserver-vg lvm2 a-- <465.02g 0
I followed the instructions from https://pve.proxmox.com/wiki/LVM2 and to run "lvcreate -L 400G -n data maxiserver-vg" however this throws me the following: "Volume group "maxiserver-vg" has insufficient free space (0 extents): 102400 required"
I thought the point of LVM was that you can assign larger storage containers than you have free space?
I think my root partition maybe needs resizing, but I couldn't figure out a way that would do that safely...
Any kind soul that can point me in the right direction?
The reason I installed Proxmox over Debian is because the Proxmox installer freezes my 2010 Mac Mini's EFI (doesn't happen with any other Distro nor on my 2012 Mac mini)
This is the output of PVS and LVS:
root@maxiserver:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root maxiserver-vg -wi-ao---- 457.27g
swap_1 maxiserver-vg -wi-ao---- <7.75g
root@maxiserver:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 maxiserver-vg lvm2 a-- <465.02g 0
I followed the instructions from https://pve.proxmox.com/wiki/LVM2 and to run "lvcreate -L 400G -n data maxiserver-vg" however this throws me the following: "Volume group "maxiserver-vg" has insufficient free space (0 extents): 102400 required"
I thought the point of LVM was that you can assign larger storage containers than you have free space?
I think my root partition maybe needs resizing, but I couldn't figure out a way that would do that safely...
Any kind soul that can point me in the right direction?