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

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