0a1e72c
 udev/10-dm.rules.in | 4 ----
0a1e72c
 1 file changed, 4 deletions(-)
3422829
3422829
diff --git a/udev/10-dm.rules.in b/udev/10-dm.rules.in
0a1e72c
index 2755530..8d7a8ca 100644
3422829
--- a/udev/10-dm.rules.in
3422829
+++ b/udev/10-dm.rules.in
0a1e72c
@@ -120,10 +120,6 @@ ENV{DM_UDEV_RULES_VSN}="2"
3422829
 
3422829
 ENV{DM_UDEV_DISABLE_DM_RULES_FLAG}!="1", ENV{DM_NAME}=="?*", SYMLINK+="(DM_DIR)/$env{DM_NAME}"
3422829
 
3422829
-# We have to ignore further rule application for inappropriate events
3422829
-# and devices. But still send the notification if cookie exists.
3422829
-ENV{DM_UUID}=="mpath-?*", ENV{DM_ACTION}=="PATH_FAILED", GOTO="dm_disable"
3422829
-
3422829
 # Avoid processing and scanning a DM device in the other (foreign)
3422829
 # rules if it is in suspended state. However, we still keep 'disk'
3422829
 # and 'DM subsystem' related rules enabled in this case.