Blame SOURCES/0058-libmultipath-unset-detect_checker-for-clariion-Unity.patch

aebebb
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
aebebb
From: Benjamin Marzinski <bmarzins@redhat.com>
aebebb
Date: Tue, 10 May 2022 14:17:22 -0500
aebebb
Subject: [PATCH] libmultipath: unset detect_checker for clariion / Unity
aebebb
 arrays
aebebb
aebebb
Dell EMC would like to always use the emc_clariion checker. Currently
aebebb
detect_checker will switch the checker to TUR for Unity arrays.
aebebb
This can cause problems on some setups with replicated Unity LUNs,
aebebb
which are handled correctly the the emc_checker, but not the TUR
aebebb
checker.
aebebb
aebebb
Cc: vincent.chen1@dell.com
aebebb
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
aebebb
---
aebebb
 libmultipath/hwtable.c | 1 +
aebebb
 1 file changed, 1 insertion(+)
aebebb
aebebb
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
aebebb
index d7c487b1..22ff1881 100644
aebebb
--- a/libmultipath/hwtable.c
aebebb
+++ b/libmultipath/hwtable.c
aebebb
@@ -343,6 +343,7 @@ static struct hwentry default_hw[] = {
aebebb
 		.no_path_retry = (300 / DEFAULT_CHECKINT),
aebebb
 		.checker_name  = EMC_CLARIION,
aebebb
 		.prio_name     = PRIO_EMC,
aebebb
+		.detect_checker = DETECT_CHECKER_OFF,
aebebb
 	},
aebebb
 	{
aebebb
 		/* Invista / VPLEX */