]> git.proxmox.com Git - pve-installer.git/commit
fix #4236: split disk space check into soft and hard limits
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Sep 2022 13:47:23 +0000 (15:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Sep 2022 13:47:42 +0000 (15:47 +0200)
commitf0b70762b30b79594f6de7e03d88d6969f4d072e
treed59f682273e097b71506f47ead6e321fa62ef5e3
parentebd6070d7846854b32c058f11c04a34224ce96cb
fix #4236: split disk space check into soft and hard limits

Make the 8 GB disk check a soft limit, as most products are still
installable with less space, even though it may need some special
options in the disk selection. Still notify the user with a prompt to
avoid an expected possible error seem like it was unexpected.

Keep 2 GB as hard limit for now, makes no sense to install on such
small devices, only pain.

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