mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
c63b155d16
Use one style for man pages.
56 lines
1.7 KiB
Groff
56 lines
1.7 KiB
Groff
.TH LVREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
lvremove \- remove a logical volume
|
|
.SH SYNOPSIS
|
|
.B lvremove
|
|
.RB [ \-A | \-\-autobackup
|
|
.RI { y | n }]
|
|
.RB [ \-d | \-\-debug ]
|
|
.RB [ \-h | \-\-help ]
|
|
.RB [ \-t | \-\-test ]
|
|
.RB [ \-v | \-\-verbose ]
|
|
.RB [ \-\-version ]
|
|
.RB [ \-f | \-\-force ]
|
|
.RB [ \-\-noudevsync ]
|
|
.IR LogicalVolume { Name | Path }
|
|
.RI [ LogicalVolume { Name | Path }...]
|
|
.SH DESCRIPTION
|
|
lvremove removes one or more logical volumes.
|
|
Confirmation will be requested before deactivating any active logical
|
|
volume prior to removal. Logical volumes cannot be deactivated
|
|
or removed while they are open (e.g. if they contain a mounted filesystem).
|
|
Removing an origin logical volume will also remove all dependent snapshots.
|
|
.sp
|
|
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.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP(8) for common options.
|
|
.TP
|
|
.BR \-f ", " \-\-force
|
|
Remove active logical volumes without confirmation.
|
|
.TP
|
|
.B \-\-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.
|
|
.SH Examples
|
|
Remove the active logical volume lvol1 in volume group vg00
|
|
without asking for confirmation:
|
|
.sp
|
|
.B lvremove \-f vg00/lvol1
|
|
.sp
|
|
Remove all logical volumes in volume group vg00:
|
|
.sp
|
|
.B lvremove vg00
|
|
.SH SEE ALSO
|
|
.BR lvcreate (8),
|
|
.BR lvdisplay (8),
|
|
.BR lvchange (8),
|
|
.BR lvm (8),
|
|
.BR lvs (8),
|
|
.BR lvscan (8),
|
|
.BR vgremove (8)
|