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

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