f5f1bbe03e
Add 0067-RHBZ-1022899-fix-udev-partition-handling.patch * Make sure to wipe partition devices on change event if they weren't wiped on the device add event Add 0068-RHBZ-1034578-label-partition-devices.patch * Make sure that partition devices are labeled like the whole device Add 0069-UPBZ-1033791-improve-rdac-checker.patch * Use RTPG data in RDAC checker Add 0070-RHBZ-1036503-blacklist-td-devs.patch Add 0071-RHBZ-1031546-strip-dev.patch * make multipathd interactive commands able to handle /dev/<devnode> instead of just <devnode>
19 lines
738 B
Diff
19 lines
738 B
Diff
---
|
|
multipath/multipath.rules | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
Index: multipath-tools-130222/multipath/multipath.rules
|
|
===================================================================
|
|
--- multipath-tools-130222.orig/multipath/multipath.rules
|
|
+++ multipath-tools-130222/multipath/multipath.rules
|
|
@@ -4,7 +4,8 @@ SUBSYSTEM!="block", GOTO="end_mpath"
|
|
|
|
IMPORT{cmdline}="nompath"
|
|
ENV{nompath}=="?*", GOTO="end_mpath"
|
|
-ENV{DEVTYPE}=="partition", GOTO="end_mpath"
|
|
+ENV{DEVTYPE}=="partition", IMPORT{parent}="DM_MULTIPATH_DEVICE_PATH", \
|
|
+ GOTO="end_mpath"
|
|
ENV{MPATH_SBIN_PATH}="/sbin"
|
|
TEST!="$env{MPATH_SBIN_PATH}/multipath", ENV{MPATH_SBIN_PATH}="/usr/sbin"
|
|
TEST!="/etc/multipath.conf", GOTO="check_kpartx"
|