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

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