Tizen 2.1 base
[external/device-mapper.git] / man / vgmerge.8.in
1 .TH VGMERGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2 .SH NAME
3 vgmerge \- merge two volume groups
4 .SH SYNOPSIS
5 .B vgmerge
6 [\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help] [\-l|\-\-list]
7 [\-t|\-\-test] [\-v|\-\-verbose] DestinationVolumeGroupName
8 SourceVolumeGroupName
9 .SH DESCRIPTION
10 vgmerge merges two existing volume groups. The inactive SourceVolumeGroupName
11 will be merged into the DestinationVolumeGroupName if physical extent sizes
12 are equal and physical and logical volume summaries of both volume groups
13 fit into DestinationVolumeGroupName's limits.
14 .SH OPTIONS
15 See \fBlvm\fP for common options.
16 .I \-l, \-\-list
17 Display merged DestinationVolumeGroupName like "vgdisplay -v".
18 .TP 
19 .I \-t, \-\-test
20 Do a test run WITHOUT making any real changes.
21 .SH Examples
22 "vgmerge -v databases my_vg" merges the inactive volume group named "my_vg" 
23 into the active or inactive volume group named "databases" giving verbose
24 runtime information.
25 .SH SEE ALSO
26 .BR lvm (8),
27 .BR vgcreate (8),
28 .BR vgextend (8),
29 .BR vgreduce (8)