pmg-installation.adoc: remove unused lvm options

This commit is contained in:
Dietmar Maurer 2017-12-22 07:49:02 +01:00
parent dc69da0778
commit 2729e8b87b

View File

@ -155,23 +155,9 @@ Defines the size of the `swap` volume. The default is the size of the
installed memory, minimum 4 GB and maximum 8 GB. The resulting value cannot
be greater than `hdsize/8`.
`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`.
`maxvz`::
Defines the maximum size of the `data` volume. The actual size of the `data`
volume is:
+
`datasize = hdsize - rootsize - swapsize - minfree`
+
Where `datasize` cannot be bigger than `maxvz`.
`minfree`::
Defines the amount of free space left in LVM volume group `pve`.
Defines the amount of free space left in LVM volume group `pmg`.
With more than 128GB storage available the default is 16GB, else `hdsize/8`
will be used.
+