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