mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-05 22:25:10 +00:00
enhance descriptions of LVM configuration options
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
384871f214
commit
fa281da6cb
@ -124,22 +124,29 @@ and VG on the same hard disk that can be used for LVM storage).
|
|||||||
|
|
||||||
`swapsize`::
|
`swapsize`::
|
||||||
|
|
||||||
To define the size of the `swap` volume. Default is the same size as
|
Defines the size of the `swap` volume. The default is the size of the
|
||||||
installed RAM, with 4GB minimum and `hdsize/8` as maximum.
|
installed memory, minimum 4 GB and maximum 8 GB. The resulting value cannot
|
||||||
|
be greater than `hdsize/8`.
|
||||||
|
|
||||||
`maxroot`::
|
`maxroot`::
|
||||||
|
|
||||||
The `root` volume size. The `root` volume stores the whole operation
|
Defines the maximum size of the `root` volume, which stores the operation
|
||||||
system.
|
system. The maximum limit of the `root` volume size is `hdsize/4`.
|
||||||
|
|
||||||
`maxvz`::
|
`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`::
|
`minfree`::
|
||||||
|
|
||||||
To define the amount of free space left in LVM volume group `pve`.
|
Defines the amount of free space left in LVM volume group `pve`.
|
||||||
16GB is the default if storage available > 128GB, `hdsize/8` otherwise.
|
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
|
NOTE: LVM requires free space in the VG for snapshot creation (not
|
||||||
required for lvmthin snapshots).
|
required for lvmthin snapshots).
|
||||||
|
Loading…
Reference in New Issue
Block a user