Blame SOURCES/0017-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
8444ee
index 4dfe007c..d910da51 100644
5c2e41
--- a/libmultipath/defaults.h
5c2e41
+++ b/libmultipath/defaults.h
8444ee
@@ -20,7 +20,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
-- 
a1c519
2.17.2
5c2e41