summaryrefslogtreecommitdiff
path: root/man/lvremove.8.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2009-08-04 08:09:52 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2009-08-04 08:09:52 +0000
commitc48b10050a3f8eed50b57c06b4dc6d4102f79699 (patch)
treef697640374c9364e55e5fed0989c11a9dd32f4ba /man/lvremove.8.in
parent83a3c605066ccf1fb6ed364e88776ca6954fa225 (diff)
downloadlvm2-c48b10050a3f8eed50b57c06b4dc6d4102f79699.tar.gz
'--noudevsync' -- update relevant man pages
Diffstat (limited to 'man/lvremove.8.in')
-rw-r--r--man/lvremove.8.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/lvremove.8.in b/man/lvremove.8.in
index e44ed52bd..ac39cb434 100644
--- a/man/lvremove.8.in
+++ b/man/lvremove.8.in
@@ -5,6 +5,7 @@ lvremove \- remove a logical volume
.B lvremove
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
[\-h|\-?|\-\-help]
+[\-\-noudevsync]
[\-t|\-\-test]
[\-v|\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
.SH DESCRIPTION
@@ -22,6 +23,13 @@ See \fBlvm\fP(8) for common options.
.TP
.I \-f, \-\-force
Remove active logical volumes without confirmation.
+.TP
+.I \-\-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: