Tizen 2.1 base
[external/device-mapper.git] / man / vgremove.8.in
1 .TH VGREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2 .SH NAME
3 vgremove \- remove a volume group
4 .SH SYNOPSIS
5 .B vgremove
6 [\-d|\-\-debug] [\-f|\-\-force] [\-h|\-?|\-\-help]
7 [\-\-noudevsync] [\-t|\-\-test] [\-v|\-\-verbose]
8 VolumeGroupName [VolumeGroupName...]
9 .SH DESCRIPTION
10 vgremove allows you to remove one or more volume groups.
11 If one or more physical volumes in the volume group are lost,
12 consider \fBvgreduce --removemissing\fP to make the volume group
13 metadata consistent again.
14 .sp
15 If there are logical volumes that exist in the volume group,
16 a prompt will be given to confirm removal.  You can override
17 the prompt with \fB-f\fP.
18 .SH OPTIONS
19 See \fBlvm\fP for common options.
20 .TP
21 .BR \-f ", " \-\-force
22 Force the removal of any logical volumes on the volume group
23 without confirmation.
24 .TP
25 .BR \-\-noudevsync
26 Disable udev synchronisation. The
27 process will not wait for notification from udev.
28 It will continue irrespective of any possible udev processing
29 in the background.  You should only use this if udev is not running
30 or has rules that ignore the devices LVM2 creates.
31 .SH SEE ALSO
32 .BR lvm (8),
33 .BR lvremove (8),
34 .BR vgcreate (8),
35 .BR vgreduce (8)