Used by users to delete LVM volume groups
vgremove command is used by users to delete LVM volume groups. When a logical volume has been created on the volume group to be deleted, the vgremove command needs to confirm the deletion to prevent accidental deletion of data.
vgremove(options)(parameters)
-f: Force deletion.
Volume group: Specify the name of the volume group to delete.
Use the vgremove command to delete the LVM volume group "vg1000". Enter the following command at the command line:
[root@localhost ~]# vgremove vg1000 #Delete volume group "vg1000"
Volume group "vg1000" successfully removed