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