summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-10-04 17:06:51 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-10-06 15:22:24 +0200
commit7783fe3e93b6fee0e8ea8198917b2d1a3072bdab (patch)
tree87231ad2b8654a01e3861b676aebea6f037d4d13
parent79ca382b2c24fd01aa25c98c0ab29b97a4358270 (diff)
downloadlvm2-7783fe3e93b6fee0e8ea8198917b2d1a3072bdab.tar.gz
man: document -ff for removal
Make it visible in man page that -ff could make removal process proceed in case of damaged pool.
-rw-r--r--man/lvremove.8.in2
-rw-r--r--man/vgremove.8.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/man/lvremove.8.in b/man/lvremove.8.in
index b0bb47733..8426cac5a 100644
--- a/man/lvremove.8.in
+++ b/man/lvremove.8.in
@@ -31,6 +31,8 @@ See \fBlvm\fP(8) for common options.
.TP
.BR \-f ", " \-\-force
Remove active logical volumes without confirmation.
+Tool will try to deactivate \fIunused\fP volume.
+To proceed with damaged pools use \-ff
.TP
.B \-\-noudevsync
Disable udev synchronisation. The
diff --git a/man/vgremove.8.in b/man/vgremove.8.in
index f824a56ca..10a431f25 100644
--- a/man/vgremove.8.in
+++ b/man/vgremove.8.in
@@ -28,6 +28,7 @@ See \fBlvm\fP(8) for common options.
.BR \-f ", " \-\-force
Force the removal of any logical volumes on the volume group
without confirmation.
+To remove also damaged pool volumes use \-ff.
.TP
.BR \-\-noudevsync
Disable udev synchronisation. The