1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00
lvm2/man/pvresize.8_end

17 lines
364 B
Plaintext
Raw Normal View History

2021-04-16 15:57:01 +02:00
.
2017-02-10 16:20:19 -06:00
.SH NOTES
2021-04-16 15:57:01 +02:00
.
2017-02-10 16:20:19 -06:00
pvresize will refuse to shrink a PV if it has allocated extents beyond the
new end.
2021-04-16 15:57:01 +02:00
.
2017-02-10 16:20:19 -06:00
.SH EXAMPLES
2021-04-16 15:57:01 +02:00
.
2017-02-10 16:20:19 -06:00
Expand a PV after enlarging the partition.
.br
.B pvresize /dev/sda1
2021-04-16 15:57:01 +02:00
.P
2017-02-10 16:20:19 -06:00
Shrink a PV prior to shrinking the partition (ensure that the PV size is
appropriate for the intended new partition size).
.br
.B pvresize --setphysicalvolumesize 40G /dev/sda1