Blame SOURCES/0068-RHBZ-1034578-label-partition-devices.patch

f20720
---
f20720
 multipath/multipath.rules |    3 ++-
f20720
 1 file changed, 2 insertions(+), 1 deletion(-)
f20720
f20720
Index: multipath-tools-130222/multipath/multipath.rules
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipath/multipath.rules
f20720
+++ multipath-tools-130222/multipath/multipath.rules
f20720
@@ -4,7 +4,8 @@ SUBSYSTEM!="block", GOTO="end_mpath"
f20720
 
f20720
 IMPORT{cmdline}="nompath"
f20720
 ENV{nompath}=="?*", GOTO="end_mpath"
f20720
-ENV{DEVTYPE}=="partition", GOTO="end_mpath"
f20720
+ENV{DEVTYPE}=="partition", IMPORT{parent}="DM_MULTIPATH_DEVICE_PATH", \
f20720
+	GOTO="end_mpath"
f20720
 ENV{MPATH_SBIN_PATH}="/sbin"
f20720
 TEST!="$env{MPATH_SBIN_PATH}/multipath", ENV{MPATH_SBIN_PATH}="/usr/sbin"
f20720
 TEST!="/etc/multipath.conf", GOTO="check_kpartx"