]> sourceware.org Git - lvm2.git/blob - man/vgremove.8.in
spacing
[lvm2.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 .RB [ \-d | \-\-debug ]
7 .RB [ \-f | \-\-force ]
8 .RB [ \-h | \-? | \-\-help ]
9 .RB [ \-\-noudevsync ]
10 .RB [ \-t | \-\-test ]
11 .RB [ \-v | \-\-verbose ]
12 .I VolumeGroupName
13 .RI [ VolumeGroupName ...]
14 .SH DESCRIPTION
15 vgremove allows you to remove one or more volume groups.
16 If one or more physical volumes in the volume group are lost,
17 consider \fBvgreduce --removemissing\fP to make the volume group
18 metadata consistent again.
19 .sp
20 If there are logical volumes that exist in the volume group,
21 a prompt will be given to confirm removal. You can override
22 the prompt with \fB-f\fP.
23 .SH OPTIONS
24 See \fBlvm\fP(8) for common options.
25 .TP
26 .BR \-f ", " \-\-force
27 Force the removal of any logical volumes on the volume group
28 without confirmation.
29 .TP
30 .BR \-\-noudevsync
31 Disable udev synchronisation. The
32 process will not wait for notification from udev.
33 It will continue irrespective of any possible udev processing
34 in the background. You should only use this if udev is not running
35 or has rules that ignore the devices LVM2 creates.
36 .SH SEE ALSO
37 .BR lvm (8),
38 .BR lvremove (8),
39 .BR vgcreate (8),
40 .BR vgreduce (8)
This page took 0.038657 seconds and 5 git commands to generate.