1LVREMOVE(8) System Manager's Manual LVREMOVE(8)
2
3
4
6 lvremove - remove a logical volume
7
9 lvremove [-A/--autobackup y/n] [-d/--debug] [-f/--force] [-h/-?/--help]
10 [-t/--test] [-v/--verbose] LogicalVolumePath [LogicalVolumePath...]
11
13 lvremove removes one or more logical volumes. Confirmation will be
14 requested before deactivating any active logical volume prior to
15 removal. Logical volumes cannot be deactivated or removed while they
16 are open (e.g. if they contain a mounted filesystem).
17
18 If the logical volume is clustered then it must be deactivated on all
19 nodes in the cluster before it can be removed. A single lvchange com‐
20 mand issued from one node can do this.
21
23 See lvm(8) for common options.
24
25 -f, --force
26 Remove active logical volumes without confirmation.
27
29 Remove the active logical volume lvol1 in volume group vg00 without
30 asking for confirmation:
31
32 lvremove -f vg00/lvol1
33
34 Remove all logical volumes in volume group vg00:
35
36 lvremove vg00
37
39 lvcreate(8), lvdisplay(8), lvchange(8), lvm(8), lvs(8), lvscan(8),
40 vgremove(8)
41
42
43
44Sistina Software UK LVM TOOLS LVREMOVE(8)