mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Add note to lvremove man page: volumes must be inactive on
all cluster nodes before being removed.
This commit is contained in:
parent
c1c16a8f01
commit
581e811187
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.14 -
|
Version 2.02.14 -
|
||||||
===================================
|
===================================
|
||||||
|
lvremove man page: volumes must be cluster inactive before being removed.
|
||||||
Protect .cache manipulations with fcntl locking.
|
Protect .cache manipulations with fcntl locking.
|
||||||
Change .cache timestamp comparisons to use ctime.
|
Change .cache timestamp comparisons to use ctime.
|
||||||
Fix mirror log LV writing to set all bits in whole LV.
|
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
|
Confirmation will be requested before deactivating any active logical
|
||||||
volume prior to removal. Logical volumes cannot be deactivated
|
volume prior to removal. Logical volumes cannot be deactivated
|
||||||
or removed while they are open (e.g. if they contain a mounted filesystem).
|
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
|
.SH OPTIONS
|
||||||
See \fBlvm\fP(8) for common options.
|
See \fBlvm\fP(8) for common options.
|
||||||
.TP
|
.TP
|
||||||
@ -28,7 +32,8 @@ Remove all logical volumes in volume group vg00:
|
|||||||
\ \fBlvremove vg00\fP
|
\ \fBlvremove vg00\fP
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR lvcreate (8),
|
.BR lvcreate (8),
|
||||||
.BR lvdisplay (8),
|
.BR lvdisplay (8),
|
||||||
|
.BR lvchange (8),
|
||||||
.BR lvm (8),
|
.BR lvm (8),
|
||||||
.BR lvs (8),
|
.BR lvs (8),
|
||||||
.BR lvscan (8),
|
.BR lvscan (8),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user