From e8fe2b1b00017ddf5c9051fbfbf7c18901dbf3d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 14 May 2018 14:46:30 +0200 Subject: [PATCH] installation: extend parameter description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- pve-installation.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pve-installation.adoc b/pve-installation.adoc index cde643e..7e69424 100644 --- a/pve-installation.adoc +++ b/pve-installation.adoc @@ -167,6 +167,8 @@ and VG on the same hard disk that can be used for LVM storage). 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`. ++ +NOTE: If set to `0`, no `swap` volume will be created. `maxroot`:: @@ -181,6 +183,12 @@ volume is: `datasize = hdsize - rootsize - swapsize - minfree` + Where `datasize` cannot be bigger than `maxvz`. ++ +NOTE: In case of LVM thin, the `data` pool will only be created if `datasize` +is bigger than 4GB. ++ +NOTE: If set to `0`, no `data` volume will be created and the storage +configuration will be adapted accordingly. `minfree`:: -- 2.39.5