Blame SOURCES/0257-RHBZ-1679556-dont-check-dm-devices.patch

a385ba
---
a385ba
 multipath/multipath.rules |    1 +
a385ba
 1 file changed, 1 insertion(+)
a385ba
a385ba
Index: multipath-tools-130222/multipath/multipath.rules
a385ba
===================================================================
a385ba
--- multipath-tools-130222.orig/multipath/multipath.rules
a385ba
+++ multipath-tools-130222/multipath/multipath.rules
a385ba
@@ -15,6 +15,7 @@ LABEL="test_dev"
a385ba
 ENV{MPATH_SBIN_PATH}="/sbin"
a385ba
 TEST!="$env{MPATH_SBIN_PATH}/multipath", ENV{MPATH_SBIN_PATH}="/usr/sbin"
a385ba
 TEST!="/etc/multipath.conf", GOTO="check_kpartx"
a385ba
+KERNEL=="dm-*", GOTO="check_kpartx"
a385ba
 
a385ba
 ACTION=="add", ENV{DM_MULTIPATH_DEVICE_PATH}!="1", \
a385ba
 	PROGRAM=="$env{MPATH_SBIN_PATH}/multipath -c $tempnode", \