mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Revert "10-dm.rules: bump DM_UDEV_RULES_VSN to 3"
This reverts commit 038f9254d9
.
This commit is contained in:
parent
4ed40e6719
commit
290f2740ef
@ -12,9 +12,6 @@
|
||||
# DM_NAME - actual DM device's name
|
||||
# DM_UUID - UUID set for DM device (blank if not specified)
|
||||
# DM_UDEV_RULES_VSN - DM udev rules version
|
||||
# DM_UDEV_DISABLE_OTHER_RULES_FLAG - a flag that indicates that
|
||||
# stacked layers shouldn't attempt to probe the device, and
|
||||
# should try to import relevant properties from the udev db.
|
||||
#
|
||||
# These rules cover only basic device-mapper functionality in udev.
|
||||
#
|
||||
@ -25,11 +22,6 @@
|
||||
# 11-dm-lvm.rules for LVM subsystem
|
||||
# 11-dm-mpath.rules for multipath subsystem (since version 0.6.0, recommended!)
|
||||
#
|
||||
# 11-dm<subsystem_name>.rules may use other DM related properties besides
|
||||
# those listed above, like .DM_SUSPENDED. These properties are considered
|
||||
# internal to device mapper, and subject to change without notice.
|
||||
# Rules that are executed after 13-dm-disk.rules shouldn't use them.
|
||||
#
|
||||
# Even more specific rules may be required by subsystems so always
|
||||
# check subsystem's upstream repository for recent set of rules.
|
||||
# Also, keep in mind that recent rules may also require recent
|
||||
@ -152,9 +144,7 @@ LABEL="dm_suspended_set"
|
||||
# possible future changes.
|
||||
# VSN 1 - original rules
|
||||
# VSN 2 - add support for synthesized events
|
||||
# VSN 3 - use DM_UDEV_DISABLE_OTHER_RULES_FLAG as the only "API"
|
||||
# to be consumed by non-dm rules.
|
||||
ENV{DM_UDEV_RULES_VSN}="3"
|
||||
ENV{DM_UDEV_RULES_VSN}="2"
|
||||
|
||||
ENV{DM_UDEV_DISABLE_DM_RULES_FLAG}!="1", ENV{DM_NAME}=="?*", SYMLINK+="(DM_DIR)/$env{DM_NAME}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user