1VGREMOVE(8) System Manager's Manual VGREMOVE(8)
2
3
4
6 vgremove - remove a volume group
7
9 vgremove [-d|--debug] [-f|--force] [-h|-?|--help] [--noudevsync]
10 [-t|--test] [-v|--verbose] VolumeGroupName [VolumeGroupName...]
11
13 vgremove allows you to remove one or more volume groups. If one or
14 more physical volumes in the volume group are lost, consider vgreduce
15 --removemissing to make the volume group metadata consistent again.
16
17 If there are logical volumes that exist in the volume group, a prompt
18 will be given to confirm removal. You can override the prompt with -f.
19
21 See lvm for common options.
22
23 -f, --force
24 Force the removal of any logical volumes on the volume group
25 without confirmation.
26
27 --noudevsync
28 Disable udev synchronisation. The process will not wait for
29 notification from udev. It will continue irrespective of any
30 possible udev processing in the background. You should only use
31 this if udev is not running or has rules that ignore the devices
32 LVM2 creates.
33
35 lvm(8), lvremove(8), vgcreate(8), vgreduce(8)
36
37
38
39Sistina Software UK LVM TOOLS 2.02.84(2) (2011-02-09) VGREMOVE(8)