summaryrefslogtreecommitdiffstats
path: root/0001-libmultipath-update-3PARdata-builtin-config.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2017-07-21 16:47:42 -0500
committerBenjamin Marzinski <bmarzins@redhat.com>2017-07-21 16:47:42 -0500
commitdf3507c52f63cd468ff2b619155530f24554d950 (patch)
tree2a13e84eb3a0cdf7e50e308c2b84e80f8d57e8cc /0001-libmultipath-update-3PARdata-builtin-config.patch
parent09b9b17566b364825caa05e95a27e92591983759 (diff)
downloaddevice-mapper-multipath-df3507c52f63cd468ff2b619155530f24554d950.tar.gz
device-mapper-multipath-df3507c52f63cd468ff2b619155530f24554d950.tar.xz
device-mapper-multipath-df3507c52f63cd468ff2b619155530f24554d950.zip
device-mapper-multipath-0.7.1-4.git847cc43
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.
Diffstat (limited to '0001-libmultipath-update-3PARdata-builtin-config.patch')
-rw-r--r--0001-libmultipath-update-3PARdata-builtin-config.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/0001-libmultipath-update-3PARdata-builtin-config.patch b/0001-libmultipath-update-3PARdata-builtin-config.patch
new file mode 100644
index 0000000..8dbb243
--- /dev/null
+++ b/0001-libmultipath-update-3PARdata-builtin-config.patch
@@ -0,0 +1,28 @@
+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
+