]> git.proxmox.com Git - pve-installer.git/commit - proxinstall
lvm create: rework auto-space distribution and improve for low size setups
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 07:59:28 +0000 (08:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 08:39:19 +0000 (09:39 +0100)
commitcb776c9a1a905a2701bba1f04f237898ef904b9f
tree0d5e9674867612ce006d9eff42d0129a2ebe4c6f
parent76e9fa406265f1034b66a85278a921c70dedcdb1
lvm create: rework auto-space distribution and improve for low size setups

Avoid a per-default extra free space block if the disk has less than
32 GB of total space.

Use the full rest size for root if it's below 12 GB, not much of a
point in setting up a data thin LVM for guests then.

Then also show a display message if no thin LVM is created to inform
the admin

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall