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

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