Blame SOURCES/0108-RHBZ-1153832-kpartx-remove-devs.patch

38852f
---
38852f
 multipath/multipath.rules |    2 +-
38852f
 1 file changed, 1 insertion(+), 1 deletion(-)
38852f
38852f
Index: multipath-tools-130222/multipath/multipath.rules
38852f
===================================================================
38852f
--- multipath-tools-130222.orig/multipath/multipath.rules
38852f
+++ multipath-tools-130222/multipath/multipath.rules
38852f
@@ -45,5 +45,5 @@ ACTION!="change", GOTO="end_mpath"
38852f
 ENV{DM_UUID}!="mpath-?*", GOTO="end_mpath"
38852f
 ENV{DM_SUSPENDED}=="1", GOTO="end_mpath"
38852f
 ENV{DM_ACTION}=="PATH_FAILED", GOTO="end_mpath"
38852f
-ENV{DM_ACTIVATION}=="1", RUN+="$env{MPATH_SBIN_PATH}/kpartx -a $tempnode"
38852f
+ENV{DM_ACTIVATION}=="1", RUN+="$env{MPATH_SBIN_PATH}/kpartx -u $tempnode"
38852f
 LABEL="end_mpath"