summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-04-25 14:48:46 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-04-25 14:55:54 +0200
commit2bb33aaf556134b0217b822755383245ac678527 (patch)
tree2dd5513f85c491a661fdcacbd6724cf380876947 /udev
parent379874a2d0ff51cdbfbc1cc723b41e06bcdfd277 (diff)
downloadlvm2-2bb33aaf556134b0217b822755383245ac678527.tar.gz
udev: rules: remove mpath from 10-dm.rules, superseded by 11-dm-mpath.rules (mpath>=0.6.0)
Multipath 0.6.0 contains new 11-dm-mpath.rules which supersede the rule that was in 10-dm.rules. The 11-dm-mpath.rules are also more complete, fixing several other issues. Using the new 11-dm-mpath.rules from multipath-tools >= 0.6.0 is strongly recommended for proper DM multipath functionality! See also: http://christophe.varoqui.free.fr http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=blob;f=multipath/11-dm-mpath.rules
Diffstat (limited to 'udev')
-rw-r--r--udev/10-dm.rules.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/udev/10-dm.rules.in b/udev/10-dm.rules.in
index 2755530bf..8d7a8ca8d 100644
--- a/udev/10-dm.rules.in
+++ b/udev/10-dm.rules.in
@@ -120,10 +120,6 @@ ENV{DM_UDEV_RULES_VSN}="2"
ENV{DM_UDEV_DISABLE_DM_RULES_FLAG}!="1", ENV{DM_NAME}=="?*", SYMLINK+="(DM_DIR)/$env{DM_NAME}"
-# We have to ignore further rule application for inappropriate events
-# and devices. But still send the notification if cookie exists.
-ENV{DM_UUID}=="mpath-?*", ENV{DM_ACTION}=="PATH_FAILED", GOTO="dm_disable"
-
# Avoid processing and scanning a DM device in the other (foreign)
# rules if it is in suspended state. However, we still keep 'disk'
# and 'DM subsystem' related rules enabled in this case.