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

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