vgremove(8) - Linux man page
Name
vgremove - remove a volume groupSynopsis
vgremove [-d|--debug] [-f|--force] [-h|-?|--help] [--noudevsync] [-t|--test] [-v|--verbose] VolumeGroupName [VolumeGroupName...]Description
If there are logical volumes that exist in the volume group, a prompt will be given to confirm removal. You can override the prompt with -f.
Options
See lvm(8) for common options.- -f, --force
- Force the removal of any logical volumes on the volume group without confirmation.
- --noudevsync
- Disable udev synchronisation. The process will not wait for notification from udev. It will continue irrespective of any possible udev processing in the background. You should only use this if udev is not running or has rules that ignore the devices LVM2 creates.