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

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