mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
9c0253d930
make clearer which is source and which is destination
15 lines
585 B
Plaintext
15 lines
585 B
Plaintext
vgsplit moves one or more PVs from a source VG (the first VG arg) to a
|
|
destination VG (the second VG arg). The PV(s) to move are named after the
|
|
source and destination VGs, or an LV is named, in which case the PVs
|
|
underlying the LV are moved.
|
|
|
|
If the destination VG does not exist, a new VG is created (command options
|
|
can be used to specify properties of the new VG, also see
|
|
\fBvgcreate\fP(8).)
|
|
|
|
LVs cannot be split between VGs; each LV must be entirely on the PVs in
|
|
the source or destination VG.
|
|
|
|
vgsplit can only move complete PVs. (See \fBpvmove\fP(8) for moving part
|
|
of a PV.)
|