lvremove(8) - Linux man page
Name
lvremove - remove a logical volumeSynopsis
lvremove [-A/--autobackup y/n] [-d/--debug] [-f/--force] [-h/-?/--help] [-t/--test] [-v/--verbose] LogicalVolumePath [LogicalVolumePath...]Description
If the logical volume is clustered then it must be deactivated on all nodes in the cluster before it can be removed. A single lvchange command issued from one node can do this.
Options
See lvm(8) for common options.- -f, --force
- Remove active logical volumes without confirmation.
Examples
Remove the active logical volume lvol1 in volume group vg00 without asking for confirmation:lvremove -f vg00/lvol1
Remove all logical volumes in volume group vg00:
lvremove vg00
