1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-30 10:50:34 +03:00

Add note to lvremove man page: volumes must be inactive on

all cluster nodes before being removed.
This commit is contained in:
Patrick Caulfield 2006-11-06 14:11:40 +00:00
parent 6531e88761
commit e23f75b1cc
2 changed files with 7 additions and 1 deletions

@ -1,5 +1,6 @@
Version 2.02.14 -
===================================
lvremove man page: volumes must be cluster inactive before being removed.
Protect .cache manipulations with fcntl locking.
Change .cache timestamp comparisons to use ctime.
Fix mirror log LV writing to set all bits in whole LV.

@ -12,6 +12,10 @@ lvremove \- remove a logical volume
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).
.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
@ -28,7 +32,8 @@ Remove all logical volumes in volume group vg00:
\ \fBlvremove vg00\fP
.SH SEE ALSO
.BR lvcreate (8),
.BR lvdisplay (8),
.BR lvdisplay (8),
.BR lvchange (8),
.BR lvm (8),
.BR lvs (8),
.BR lvscan (8),