Blame SOURCES/0103-RHBZ-1148979-fix-partition-mapping-creation-race-with-kpartx.patch

f20720
diff -purN multipath-tools-130222.orig/multipath/multipath.rules multipath-tools-130222/multipath/multipath.rules
f20720
--- multipath-tools-130222.orig/multipath/multipath.rules	2014-11-03 14:37:41.269413134 +0100
f20720
+++ multipath-tools-130222/multipath/multipath.rules	2014-11-03 14:38:43.694281901 +0100
f20720
@@ -45,5 +45,5 @@ ACTION!="change", GOTO="end_mpath"
f20720
 ENV{DM_UUID}!="mpath-?*", GOTO="end_mpath"
f20720
 ENV{DM_SUSPENDED}=="1", GOTO="end_mpath"
f20720
 ENV{DM_ACTION}=="PATH_FAILED", GOTO="end_mpath"
f20720
-RUN+="$env{MPATH_SBIN_PATH}/kpartx -a $tempnode"
f20720
+ENV{DM_ACTIVATION}=="1", RUN+="$env{MPATH_SBIN_PATH}/kpartx -a $tempnode"
f20720
 LABEL="end_mpath"