df3507c52f
Update Source to the latest upstream commit * Previous patches 0001 and 0010-0013 are included in this commit. Add 0001-libmultipath-update-3PARdata-builtin-config.patch * Change for building configuration. Posted upstream Modify 0006-RH-use-rpm-optflags-if-present.patch * Add missing lines to actually use RPM_OPT_FLAGS.
29 lines
780 B
Diff
29 lines
780 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Date: Thu, 22 Jun 2017 15:49:06 -0500
|
|
Subject: [PATCH] libmultipath: update 3PARdata builtin config
|
|
|
|
This updated config comes from hp.
|
|
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/hwtable.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
|
|
index 390d143..54bdcfc 100644
|
|
--- a/libmultipath/hwtable.c
|
|
+++ b/libmultipath/hwtable.c
|
|
@@ -49,6 +49,8 @@ static struct hwentry default_hw[] = {
|
|
.hwhandler = "1 alua",
|
|
.prio_name = PRIO_ALUA,
|
|
.no_path_retry = 18,
|
|
+ .fast_io_fail = 10,
|
|
+ .dev_loss = MAX_DEV_LOSS_TMO,
|
|
},
|
|
{
|
|
/* RA8000 / ESA12000 */
|
|
--
|
|
2.7.4
|
|
|