mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 12:37:38 +00:00
local-lvm: typo fix/better phrasing
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
This commit is contained in:
parent
eec6319859
commit
cec74657d8
@ -7,7 +7,7 @@ endif::wiki[]
|
||||
|
||||
Most people install {pve} directly on a local disk. The {pve}
|
||||
installation CD offers several options for local disk management, and
|
||||
the current default setup uses LVM. The installer let you select a
|
||||
the current default setup uses LVM. The installer lets you select a
|
||||
single disk for such setup, and uses that disk as physical volume for
|
||||
the **V**olume **G**roup (VG) `pve`. The following output is from a
|
||||
test installation using a small 8GB disk:
|
||||
@ -120,8 +120,7 @@ To make it always accessible add the following line in `/etc/fstab`.
|
||||
Resizing the thin pool
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Resize the LV and the metadata pool can be achieved with the following
|
||||
command.
|
||||
Resize the LV and the metadata pool with the following command:
|
||||
|
||||
# lvresize --size +<size[\M,G,T]> --poolmetadatasize +<size[\M,G]> <VG>/<LVThin_pool>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user