summaryrefslogtreecommitdiffstats
path: root/0199-RHBZ-1279355-3pardata-config.patch
diff options
context:
space:
mode:
Diffstat (limited to '0199-RHBZ-1279355-3pardata-config.patch')
-rw-r--r--0199-RHBZ-1279355-3pardata-config.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/0199-RHBZ-1279355-3pardata-config.patch b/0199-RHBZ-1279355-3pardata-config.patch
new file mode 100644
index 0000000..037de3d
--- /dev/null
+++ b/0199-RHBZ-1279355-3pardata-config.patch
@@ -0,0 +1,17 @@
+---
+ libmultipath/hwtable.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: multipath-tools-130222/libmultipath/hwtable.c
+===================================================================
+--- multipath-tools-130222.orig/libmultipath/hwtable.c
++++ multipath-tools-130222/libmultipath/hwtable.c
+@@ -69,7 +69,7 @@ static struct hwentry default_hw[] = {
+ .pgpolicy = MULTIBUS,
+ .pgfailback = FAILBACK_UNDEF,
+ .rr_weight = RR_WEIGHT_NONE,
+- .no_path_retry = NO_PATH_RETRY_UNDEF,
++ .no_path_retry = 12,
+ .checker_name = DEFAULT_CHECKER,
+ .prio_name = DEFAULT_PRIO,
+ .prio_args = NULL,