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

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