Blame SOURCES/0020-RH-reset-default-find_mutipaths-value-to-off.patch

68b27c
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
68b27c
From: Benjamin Marzinski <bmarzins@redhat.com>
68b27c
Date: Thu, 7 Jun 2018 17:43:52 -0500
68b27c
Subject: [PATCH] RH: reset default find_mutipaths value to off
68b27c
68b27c
Upstream has changed to default find_multipaths to "strict". For now
68b27c
Redhat will retain the previous default of "off".
68b27c
68b27c
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
68b27c
---
68b27c
 libmultipath/defaults.h | 2 +-
68b27c
 1 file changed, 1 insertion(+), 1 deletion(-)
68b27c
68b27c
diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
68b27c
index c27946c7..e0dd32ad 100644
68b27c
--- a/libmultipath/defaults.h
68b27c
+++ b/libmultipath/defaults.h
68b27c
@@ -23,7 +23,7 @@
68b27c
 #define DEFAULT_NO_PATH_RETRY	NO_PATH_RETRY_UNDEF
68b27c
 #define DEFAULT_VERBOSITY	2
68b27c
 #define DEFAULT_REASSIGN_MAPS	0
68b27c
-#define DEFAULT_FIND_MULTIPATHS	FIND_MULTIPATHS_STRICT
68b27c
+#define DEFAULT_FIND_MULTIPATHS	FIND_MULTIPATHS_OFF
68b27c
 #define DEFAULT_FAST_IO_FAIL	5
68b27c
 #define DEFAULT_DEV_LOSS_TMO	600
68b27c
 #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_ON