]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-installation.adoc
fix typos and whitespace all around
[pve-docs.git] / pve-installation.adoc
index f25ac2dc56cd5751ba3ef70fc793da18bb088735..c46c0d1bb04bb1be554eba96627795981493bd93 100644 (file)
@@ -1,6 +1,5 @@
 Installing Proxmox VE
 =====================
-include::attributes.txt[]
 ifndef::manvolnum[]
 :pve-toplevel:
 endif::manvolnum[]
@@ -9,7 +8,7 @@ ifdef::wiki[]
 endif::wiki[]
 
 {pve} is based on Debian and comes with an installation CD-ROM 
-which includes a complete Debian ("jessie" for Proxmox VE 4.x) system as 
+which includes a complete Debian ("stretch" for Proxmox VE 5.x) system as 
 well as all necessary Proxmox VE packages. The
 installer just asks you a few questions, then partitions the local
 disk(s), installs all required packages, and configures the system
@@ -125,22 +124,29 @@ and VG on the same hard disk that can be used for LVM storage).
 
 `swapsize`::
 
-To define the size of the `swap` volume. Default is the same size as
-installed RAM, with 4GB minimum and `hdsize/8` as maximum.
+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`::
 
-The `root` volume size. The `root` volume stores the whole operation
-system.
+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`::
 
-Define the size of the `data` volume.
+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`::
 
-To define the amount of free space left in LVM volume group `pve`.
-16GB is the default if storage available > 128GB, `hdsize/8` otherwise.
+Defines the amount of free space left in LVM volume group `pve`.
+With more than 128GB storage available the default is 16GB, else `hdsize/8`
+will be used.
 +
 NOTE: LVM requires free space in the VG for snapshot creation (not
 required for lvmthin snapshots).
@@ -162,8 +168,8 @@ installation using the following command:
 
 ifdef::wiki[]
 
-link:/wiki/Install_Proxmox_VE_on_Debian_Jessie[Install Proxmox VE on Debian Jessie]
------------------------------------------------------------------------------------
+link:/wiki/Install_Proxmox_VE_on_Debian_Stretch[Install Proxmox VE on Debian Stretch]
+-------------------------------------------------------------------------------------
 
 link:/wiki/Install_from_USB_Stick[Install from USB Stick]
 ---------------------------------------------------------
@@ -194,7 +200,7 @@ In general, this is not trivial, especially when you use LVM or
 ZFS.
 
 You can find a detailed step by step howto on the
-{webwiki-url}Install_Proxmox_VE_on_Debian_Jessie[wiki].
+{webwiki-url}Install_Proxmox_VE_on_Debian_Stretch[wiki].
 
 include::pve-usbstick.adoc[]