The requirement of hdsize/4 was not checked anywhere and adding sanity checks for maxroot<=hdsize/4 would stop users from installing PVE on smaller disks (see [0]), whereas the installation actually tries its best to successfully install even on disks below 12GB. So instead of adding sanity checks, relax the documentation regarding this requirement and instead refer to the defaults used during installation to provide guidance for users.
[0] https://lore.proxmox.com/pve-devel/d9p1yxb42lgj.ulii1huip...@proxmox.com/ Signed-off-by: Michael Köppl <m.koe...@proxmox.com> --- pve-installation.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index 223bb716..30ad6b81 100644 --- a/pve-installation.adoc +++ b/pve-installation.adoc @@ -281,7 +281,9 @@ NOTE: If set to `0`, no `swap` volume will be created. `maxroot`:: Defines the maximum size of the `root` volume, which stores the operation -system. The maximum limit of the `root` volume size is `hdsize/4`. +system. With more than 48GiB storage available, the default is `hdsize/4` +with a maximum of 96 GiB. Below 48GiB, the `root` volume size is at least +`hdsize/2`. `maxvz`:: -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel