summaryrefslogtreecommitdiffstats
path: root/man/dmsetup.8.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2009-10-22 13:12:20 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2009-10-22 13:12:20 +0000
commit3687de1b8cd6438ad0b65d8963677f623826c57b (patch)
tree087d0e658420895ba3872e92849e68f2178faf9c /man/dmsetup.8.in
parent772f7d4188e5d2f99c03f217b91d35efb482ae42 (diff)
downloadlvm2-3687de1b8cd6438ad0b65d8963677f623826c57b.tar.gz
lvm2-3687de1b8cd6438ad0b65d8963677f623826c57b.tar.xz
lvm2-3687de1b8cd6438ad0b65d8963677f623826c57b.zip
Add manpage entry for dmsetup udevflags.
Diffstat (limited to 'man/dmsetup.8.in')
-rw-r--r--man/dmsetup.8.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/dmsetup.8.in b/man/dmsetup.8.in
index 934372e5..ebf422eb 100644
--- a/man/dmsetup.8.in
+++ b/man/dmsetup.8.in
@@ -64,6 +64,9 @@ dmsetup \- low level logical volume management
.B dmsetup mknodes
.I [device_name]
.br
+.B dmsetup udevflags
+.I cookie
+.br
.B dmsetup udevcomplete
.I cookie
.br
@@ -303,6 +306,18 @@ is displayed.
.IP \fBtargets
.br
Displays the names and versions of the currently-loaded targets.
+.br
+.IP \fBudevflags
+.I cookie
+.br
+Parses given cookie value and extracts any udev control flags encoded.
+The output is in environment key format that is suitable for use in udev
+rules. If the flag has its symbolic name assigned then the ouput is
+DM_UDEV_FLAG_<flag_name>='1', DM_UDEV_FLAG<flag_position>='1' otherwise.
+Subsystem udev flags don't have symbolic names assigned and these ones are
+always reported as DM_SUBSYSTEM_UDEV_FLAG<flag_position>='1'. There are
+16 udev flags altogether.
+.br
.IP \fBudevcomplete
.I cookie
.br