Add 0036-UP-fix-state-handling.patch * handle transport-offline and quiesce sysfs state Add 0037-UP-fix-params-size.patch Add 0038-RH-fix-multipath.rules.patch * make sure multipath's link priority gets increased Add 0039-RH-handle-other-sector-sizes.patch * allow gpt partitions on 4k sector size block devices. Add 0040-RH-fix-output-buffer.patch * fix multipath -ll for large configuration.
19 lines
751 B
Diff
19 lines
751 B
Diff
---
|
|
multipath/multipath.rules | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: multipath-tools-120821/multipath/multipath.rules
|
|
===================================================================
|
|
--- multipath-tools-120821.orig/multipath/multipath.rules
|
|
+++ multipath-tools-120821/multipath/multipath.rules
|
|
@@ -15,8 +15,8 @@ ENV{DM_MULTIPATH_DEVICE_PATH}=="1", ENV{
|
|
RUN+="/sbin/partx -d --nr 1-1024 $env{DEVNAME}"
|
|
|
|
KERNEL!="dm-*", GOTO="end_mpath"
|
|
-ACTION!="change", GOTO="end_mpath"
|
|
ENV{DM_UUID}=="mpath-?*|part[0-9]*-mpath-?*", OPTIONS+="link_priority=10"
|
|
+ACTION!="change", GOTO="end_mpath"
|
|
ENV{DM_UUID}!="mpath-?*", GOTO="end_mpath"
|
|
ENV{DM_SUSPENDED}=="1", GOTO="end_mpath"
|
|
ENV{DM_ACTION}=="PATH_FAILED", GOTO="end_mpath"
|