Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / lvm2 / dist / man / vgextend.8
blob94ab667eb3be9cb2bb23d98110a5690b79fc82d6
1 .\"    $NetBSD$
2 .\"
3 .TH VGEXTEND 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
4 .SH NAME
5 vgextend \- add physical volumes to a volume group
6 .SH SYNOPSIS
7 .B vgextend
8 [\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help] 
9 [\-t|\-\-test]
10 [\-v|\-\-verbose]
11 VolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]
12 .SH DESCRIPTION
13 vgextend allows you to add one or more initialized physical volumes ( see
14 .B pvcreate(8)
15 ) to an existing volume group to extend it in size.
16 .SH OPTIONS
17 See \fBlvm\fP for common options.
18 .SH Examples
19 "vgextend vg00 /dev/sda4 /dev/sdn1" tries to extend the existing volume
20 group "vg00" by the new physical volumes (see
21 .B pvcreate(8)
22 ) "/dev/sdn1" and /dev/sda4".
23 .SH SEE ALSO
24 .BR lvm (8),
25 .BR vgcreate (8),
26 .BR vgreduce (8),
27 .BR pvcreate (8)