1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-26 17:25:10 +03:00
lvm2/man/lvresize.8_end
Zdenek Kabelac 348c46c8fc man: add some resizing examples
Add some examples with -l% usage.
2021-04-23 23:00:55 +02:00

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