1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-05 07:33:15 +03:00
Files
lvm2/man/vgsplit.8.notes
David Teigland 0fe631f34e man: add vgsplit notes
from previous man page
2017-02-06 14:46:21 -06:00

19 lines
553 B
Plaintext

.SH NOTES
.
.IP \[bu] 3
vgsplit moves one or more PVs from a source VG to a destination VG. The
PVs can be specified explicitly or implicitly by naming an LV, in which
case on PVs underlying the LV are moved.
.IP \[bu] 3
If the destination VG does not exist, a new VG is created (command options
can be used to specify properties of the new VG.)
.IP \[bu] 3
LVs cannot be split between VGs; each LV must be entirely on the PVs in
the source or destination VG.
.IP \[bu] 3
vgsplit can only move complete PVs. (See pvmove for moving part of a PV.)