1From 87e19d273c46fe78933627fc4e8046e3a76da47a 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] RH: reset default find_mutipaths value to off 5 6Upstream has changed to default find_multipaths to "strict". For now 7Redhat will retain the previous default of "off". 8 9Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> 10 11Upstream-Status: Pending 12 13Rebase to 0.9.8 14Signed-off-by: Changqing Li <changqing.li@windriver.com> 15--- 16 libmultipath/defaults.h | 2 +- 17 1 file changed, 1 insertion(+), 1 deletion(-) 18 19diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h 20index 02f7e57c..98dd66f7 100644 21--- a/libmultipath/defaults.h 22+++ b/libmultipath/defaults.h 23@@ -24,7 +24,7 @@ 24 #define DEFAULT_NO_PATH_RETRY NO_PATH_RETRY_UNDEF 25 #define DEFAULT_VERBOSITY 2 26 #define DEFAULT_REASSIGN_MAPS 0 27-#define DEFAULT_FIND_MULTIPATHS FIND_MULTIPATHS_STRICT 28+#define DEFAULT_FIND_MULTIPATHS FIND_MULTIPATHS_OFF 29 #define DEFAULT_FAST_IO_FAIL 5 30 #define DEFAULT_DEV_LOSS_TMO 600 31 #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_ON 32-- 332.25.1 34 35