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

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