mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Add manpage entry for dmsetup's udevcomplete_all and udevcookies commands.
This commit is contained in:
parent
f83332a0d5
commit
e94a31b2c6
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.52 -
|
Version 2.02.52 -
|
||||||
=================================
|
=================================
|
||||||
|
Add manpage entry for dmsetup's udevcomplete_all and udevcookies commands.
|
||||||
Add DM_UDEV_RULES_VSN udev enviroment variable.
|
Add DM_UDEV_RULES_VSN udev enviroment variable.
|
||||||
Check that udev is running and set internal state appropriately.
|
Check that udev is running and set internal state appropriately.
|
||||||
Add libudev configuration check.
|
Add libudev configuration check.
|
||||||
|
@ -67,6 +67,10 @@ dmsetup \- low level logical volume management
|
|||||||
.B dmsetup udevcomplete
|
.B dmsetup udevcomplete
|
||||||
.I cookie
|
.I cookie
|
||||||
.br
|
.br
|
||||||
|
.B dmsetup udevcomplete_all
|
||||||
|
.br
|
||||||
|
.B dmsetup udevcookies
|
||||||
|
.br
|
||||||
.B dmsetup targets
|
.B dmsetup targets
|
||||||
.br
|
.br
|
||||||
.B dmsetup version
|
.B dmsetup version
|
||||||
@ -291,6 +295,13 @@ Displays the names and versions of the currently-loaded targets.
|
|||||||
.br
|
.br
|
||||||
Wake any processes that are waiting for udev to complete processing the specified cookie.
|
Wake any processes that are waiting for udev to complete processing the specified cookie.
|
||||||
.br
|
.br
|
||||||
|
.IP \fBudevcomplete_all
|
||||||
|
Remove all cookies. Any process waiting on a cookie will be resumed immediately.
|
||||||
|
.br
|
||||||
|
.IP \fBudevcookies
|
||||||
|
List all existing cookies. Cookies are system-wide semaphores with keys
|
||||||
|
prefixed by two predefined bytes (0x0D4D).
|
||||||
|
.br
|
||||||
.IP \fBversion
|
.IP \fBversion
|
||||||
.br
|
.br
|
||||||
Outputs version information.
|
Outputs version information.
|
||||||
|
Loading…
Reference in New Issue
Block a user