blob: ad03b8acc42a2d073e1f4f09ff119dc8d2953049 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 16900150e02e5b367a8b33621b393975ad011130 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com>
3Date: Mon, 26 Nov 2018 11:12:01 +0800
4Subject: [PATCH] From 0000000000000000000000000000000000000000 Mon Sep 17
5 00:00:00 2001 From: Benjamin Marzinski <bmarzins@redhat.com> Date: Thu, 7 Jun
6 2018 17:43:52 -0500 Subject: [PATCH] RH: reset default find_mutipaths value
7 to off
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9Upstream has changed to default find_multipaths to "strict". For now
10Redhat will retain the previous default of "off".
11
12Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Brad Bishop19323692019-04-05 15:28:33 -040013
14Upstream-Status: Pending
15
16Update this patch to new version
17
18Signed-off-by: Changqing Li <changqing.li@windriver.com>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019---
20 libmultipath/defaults.h | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
Brad Bishop19323692019-04-05 15:28:33 -040024index 6576939..a2404b2 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025--- a/libmultipath/defaults.h
26+++ b/libmultipath/defaults.h
27@@ -17,7 +17,7 @@
28 #define DEFAULT_NO_PATH_RETRY NO_PATH_RETRY_UNDEF
29 #define DEFAULT_VERBOSITY 2
30 #define DEFAULT_REASSIGN_MAPS 0
31-#define DEFAULT_FIND_MULTIPATHS FIND_MULTIPATHS_STRICT
Brad Bishop19323692019-04-05 15:28:33 -040032+#define DEFAULT_FIND_MULTIPATHS FIND_MULTIPATHS_OFF
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080033 #define DEFAULT_FAST_IO_FAIL 5
34 #define DEFAULT_DEV_LOSS_TMO 600
35 #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_ON
36--
372.7.4
38