775d7c1eb9
Add 0026-RH-fix-mpathpersist-fns.patch Add 0027-RH-default-partition-delimiters.patch * Only use the -p delimiter when the device name ends in a number Add 0028-RH-storagetek-config.patch Add 0029-RH-kpartx-retry.patch * retry delete on busy loop devices Add 0030-RH-early-blacklist.patch * multipath will now blacklist devices by device type and wwid in store_pathinfo, so that it doesn't do a bunch of unnecessary work on paths that it would only be removing later on.
16 lines
642 B
Diff
16 lines
642 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
|
|
@@ -20,5 +20,5 @@ ENV{DM_UUID}=="mpath-?*|part[0-9]*-mpath
|
|
ENV{DM_UUID}!="mpath-?*", GOTO="end_mpath"
|
|
ENV{DM_SUSPENDED}=="1", GOTO="end_mpath"
|
|
ENV{DM_ACTION}=="PATH_FAILED", GOTO="end_mpath"
|
|
-RUN+="$env{MPATH_SBIN_PATH}/kpartx -a -p p $tempnode"
|
|
+RUN+="$env{MPATH_SBIN_PATH}/kpartx -a $tempnode"
|
|
LABEL="end_mpath"
|