mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update vgsplit man page to reflect lvnames on cmdline.
This commit is contained in:
parent
85f5392e52
commit
5656911ae7
@ -1,6 +1,7 @@
|
|||||||
Version 2.02.34 -
|
Version 2.02.34 -
|
||||||
===================================
|
===================================
|
||||||
Update vgsplit to take "-n LogicalVolumeName" on the commandline.
|
Update vgsplit man page to reflect lvnames on the cmdline.
|
||||||
|
Update vgsplit to take "-n LogicalVolumeName" on the cmdline.
|
||||||
Use clustered mirror log with pvmove in clustered VGs, if available.
|
Use clustered mirror log with pvmove in clustered VGs, if available.
|
||||||
Fix some pvmove error status codes.
|
Fix some pvmove error status codes.
|
||||||
Fix vgsplit error paths to release vg_to lock.
|
Fix vgsplit error paths to release vg_to lock.
|
||||||
|
@ -15,18 +15,21 @@ vgsplit \- split a volume group into two
|
|||||||
.IR type ]
|
.IR type ]
|
||||||
.RB [ -p | \-\-maxphysicalvolumes
|
.RB [ -p | \-\-maxphysicalvolumes
|
||||||
.IR MaxPhysicalVolumes ]
|
.IR MaxPhysicalVolumes ]
|
||||||
|
.RB [ \-n | \-\-name
|
||||||
|
.IR LogicalVolumeName ]
|
||||||
.RB [ \-t | \-\-test ]
|
.RB [ \-t | \-\-test ]
|
||||||
.RB [ \-v | \-\-verbose ]
|
.RB [ \-v | \-\-verbose ]
|
||||||
SourceVolumeGroupName DestinationVolumeGroupName
|
SourceVolumeGroupName DestinationVolumeGroupName
|
||||||
PhysicalVolumePath [PhysicalVolumePath...]
|
[ PhysicalVolumePath ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B vgsplit
|
.B vgsplit
|
||||||
moves
|
moves one or more physical volumes from
|
||||||
.IR PhysicalVolumePath (s)
|
|
||||||
from
|
|
||||||
.I SourceVolumeGroupName
|
.I SourceVolumeGroupName
|
||||||
into
|
into
|
||||||
.I DestinationVolumeGroupName\fP.
|
.I DestinationVolumeGroupName\fP. The physical volumes moved can be
|
||||||
|
specified either explicitly via \fIPhysicalVolumePath\fP, or implicitly by
|
||||||
|
\fB-n\fP \fILogicalVolumeName\fP, in which case only physical volumes
|
||||||
|
underlying the specified logical volume will be moved.
|
||||||
|
|
||||||
If
|
If
|
||||||
.I DestinationVolumeGroupName
|
.I DestinationVolumeGroupName
|
||||||
@ -46,9 +49,13 @@ before the physical volumes are moved. Specifying any of the above default
|
|||||||
volume group attributes with an existing destination volume group is an error,
|
volume group attributes with an existing destination volume group is an error,
|
||||||
and no split will occur.
|
and no split will occur.
|
||||||
|
|
||||||
Logical Volumes cannot be split between Volume Groups.
|
Logical volumes cannot be split between volume groups. \fBVgsplit(8)\fP only
|
||||||
Each existing Logical Volume must be entirely on the Physical Volumes forming
|
moves complete physical volumes: To move part of a physical volume, use
|
||||||
either the source or the destination Volume Group.
|
\fBpvmove(8)\fP. Each existing logical volume must be entirely on the physical
|
||||||
|
volumes forming either the source or the destination volume group. For this
|
||||||
|
reason, \fBvgsplit(8)\fP may fail with an error if a split would result in a
|
||||||
|
logical volume being split across volume groups.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See \fBlvm\fP for common options.
|
See \fBlvm\fP for common options.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
Loading…
Reference in New Issue
Block a user