local-lvm: typo fix/better phrasing

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
This commit is contained in:
Matthias Heiserer 2022-11-18 12:09:45 +01:00 committed by Thomas Lamprecht
parent eec6319859
commit cec74657d8

View File

@ -7,7 +7,7 @@ endif::wiki[]
Most people install {pve} directly on a local disk. The {pve} Most people install {pve} directly on a local disk. The {pve}
installation CD offers several options for local disk management, and 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 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 the **V**olume **G**roup (VG) `pve`. The following output is from a
test installation using a small 8GB disk: 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 Resizing the thin pool
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
Resize the LV and the metadata pool can be achieved with the following Resize the LV and the metadata pool with the following command:
command.
# lvresize --size +<size[\M,G,T]> --poolmetadatasize +<size[\M,G]> <VG>/<LVThin_pool> # lvresize --size +<size[\M,G,T]> --poolmetadatasize +<size[\M,G]> <VG>/<LVThin_pool>