2008-10-08 16:50:13 +04:00
.TH VGSPLIT 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2003-11-14 19:17:55 +03:00
.SH NAME
vgsplit \- split a volume group into two
.SH SYNOPSIS
.B vgsplit
2008-01-15 00:07:58 +03:00
.RB [ \- \- alloc
.IR AllocationPolicy ]
.RB [ \- A | \- \- autobackup " {" y | n }]
.RB [ \- c | \- \- clustered " {" y | n }]
.RB [ \- d | \- \- debug ]
.RB [ \- h | \- \- help ]
2008-01-16 20:14:56 +03:00
.RB [ \- l | \- \- maxlogicalvolumes
2008-01-15 00:07:58 +03:00
.IR MaxLogicalVolumes ]
.RB [ -M | \- \- metadatatype
.IR type ]
.RB [ -p | \- \- maxphysicalvolumes
.IR MaxPhysicalVolumes ]
2008-04-09 18:39:55 +04:00
.RB [ \- n | \- \- name
.IR LogicalVolumeName ]
2008-01-15 00:07:58 +03:00
.RB [ \- t | \- \- test ]
.RB [ \- v | \- \- verbose ]
2008-01-12 00:43:16 +03:00
SourceVolumeGroupName DestinationVolumeGroupName
2008-04-09 18:39:55 +04:00
[ PhysicalVolumePath ...]
2003-11-14 19:17:55 +03:00
.SH DESCRIPTION
.B vgsplit
2008-04-09 18:39:55 +04:00
moves one or more physical volumes from
2008-01-12 00:43:16 +03:00
.I SourceVolumeGroupName
into
2008-04-09 18:39:55 +04:00
.I DestinationVolumeGroupName\fP. The physical volumes moved can be
specified either explicitly via \fI PhysicalVolumePath\fP , or implicitly by
\fB -n\fP \fI LogicalVolumeName\fP , in which case only physical volumes
underlying the specified logical volume will be moved.
2008-01-17 06:18:18 +03:00
2008-01-12 00:43:16 +03:00
If
.I DestinationVolumeGroupName
2008-01-17 06:18:18 +03:00
does not exist, a new volume group will be created. The default attributes
for the new volume group can be specified with \fB \- \- alloc\fR ,
\fB \- \- clustered\fR , \fB \- \- maxlogicalvolumes\fR , \fB \- \- metadatatype\fR ,
2008-01-22 05:48:53 +03:00
and \fB \- \- maxphysicalvolumes\fR (see \fB vgcreate(8)\fR for a description
of these options). If any of these options are not given, default
attribute(s) are taken from
2009-09-03 01:27:22 +04:00
.I SourceVolumeGroupName\fP. If a non-LVM2 metadata type (e.g. lvm1) is
being used, you should use the -M option to specify the metadata type
directly.
2008-01-17 06:18:18 +03:00
If
.I DestinationVolumeGroupName
does exist, it will be checked for compatibility with
.I SourceVolumeGroupName
2008-01-22 05:48:53 +03:00
before the physical volumes are moved. Specifying any of the above default
volume group attributes with an existing destination volume group is an error,
and no split will occur.
2008-01-17 06:18:18 +03:00
2008-04-09 18:39:55 +04:00
Logical volumes cannot be split between volume groups. \fB Vgsplit(8)\fP only
moves complete physical volumes: To move part of a physical volume, use
\fB pvmove(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, \fB vgsplit(8)\fP may fail with an error if a split would result in a
logical volume being split across volume groups.
2003-11-14 19:17:55 +03:00
.SH OPTIONS
See \fB lvm\fP for common options.
.SH SEE ALSO
2008-10-08 16:50:13 +04:00
.BR lvm (8),
.BR vgcreate (8),
.BR vgextend (8),
2003-11-14 19:17:55 +03:00
.BR vgreduce (8),
.BR vgmerge (8)