mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
348c46c8fc
Add some examples with -l% usage.
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
.
|
|
.SH EXAMPLES
|
|
.
|
|
Extend an LV by 16MB using specific physical extents.
|
|
.br
|
|
.B lvresize -L+16M vg1/lv1 /dev/sda:0-1 /dev/sdb:0-1
|
|
.P
|
|
Resize an LV to use 50% of the size volume group.
|
|
.br
|
|
.B lvresize -l50%VG vg1/lv1
|