mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
6ab424acda
Initialize lvm command getopt buffer to zero before building options string. Bugzilla: bz251992 --- man/vgsplit.8 | 3 +-- tools/commands.h | 3 +-- tools/lvmcmdline.c | 1 + 3 files changed, 3 insertions(+), 4 deletions(-)
46 lines
1.2 KiB
Groff
46 lines
1.2 KiB
Groff
.TH VGSPLIT 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
vgsplit \- split a volume group into two
|
|
.SH SYNOPSIS
|
|
.B vgsplit
|
|
.RB [ \-\-alloc
|
|
.IR AllocationPolicy ]
|
|
.RB [ \-A | \-\-autobackup " {" y | n }]
|
|
.RB [ \-c | \-\-clustered " {" y | n }]
|
|
.RB [ \-d | \-\-debug ]
|
|
.RB [ \-h | \-\-help ]
|
|
.RB [ \-l | \-\-maxlogicalvolumes
|
|
.IR MaxLogicalVolumes ]
|
|
.RB [ -M | \-\-metadatatype
|
|
.IR type ]
|
|
.RB [ -p | \-\-maxphysicalvolumes
|
|
.IR MaxPhysicalVolumes ]
|
|
.RB [ \-s | \-\-physicalextentsize
|
|
.IR PhysicalExtentSize [ \fBkKmMgGtT\fR ]]
|
|
.RB [ \-t | \-\-test ]
|
|
.RB [ \-v | \-\-verbose ]
|
|
SourceVolumeGroupName DestinationVolumeGroupName
|
|
PhysicalVolumePath [PhysicalVolumePath...]
|
|
.SH DESCRIPTION
|
|
.B vgsplit
|
|
moves
|
|
.IR PhysicalVolumePath (s)
|
|
from
|
|
.I SourceVolumeGroupName
|
|
into
|
|
.I DestinationVolumeGroupName\fP.
|
|
If
|
|
.I DestinationVolumeGroupName
|
|
does not exist, it will be created.
|
|
Logical Volumes cannot be split between Volume Groups.
|
|
Each existing Logical Volume must be entirely on the Physical Volumes forming
|
|
either the source or the destination Volume Group.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP for common options.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR vgcreate (8),
|
|
.BR vgextend (8),
|
|
.BR vgreduce (8),
|
|
.BR vgmerge (8)
|