Blame SOURCES/0012-Revert-multipath-tools-make-EMC-SYMMETRIX-config-wor.patch

ebef98
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
ebef98
From: Martin Wilck <mwilck@suse.com>
ebef98
Date: Wed, 20 Oct 2021 20:46:09 +0200
ebef98
Subject: [PATCH] Revert "multipath-tools: make EMC/SYMMETRIX config work with
ebef98
 alua and multibus"
ebef98
ebef98
This reverts commit 831af0dbfa171cd39d968ba6174669f11a278be9.
ebef98
ebef98
Mail from "berthiaume, wayne" <Wayne.Berthiaume@dell.com>, 210930:
ebef98
ebef98
"As a representative of Dell I request this patch be withdrawn. If we had
ebef98
wanted the default stanza changed we would have already implemented it.
ebef98
Also for your information we only advertise the entire enterprise storage
ebef98
product line (DMX, VMAX, VMAX AFA, PowerMax) as SYMMETRIX in the VPD page.
ebef98
The ALUA capability is only used for mobility devices in an SRDF/Metro
ebef98
configuration and the current device stanza still works well in all of our
ebef98
testing."
ebef98
ebef98
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
ebef98
---
ebef98
 libmultipath/hwtable.c | 3 +--
ebef98
 1 file changed, 1 insertion(+), 2 deletions(-)
ebef98
ebef98
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
ebef98
index 211087ad..a8ba28e3 100644
ebef98
--- a/libmultipath/hwtable.c
ebef98
+++ b/libmultipath/hwtable.c
ebef98
@@ -329,9 +329,8 @@ static struct hwentry default_hw[] = {
ebef98
 		/* Symmetrix / DMX / VMAX / PowerMax */
ebef98
 		.vendor        = "EMC",
ebef98
 		.product       = "SYMMETRIX",
ebef98
-		.pgpolicy      = GROUP_BY_PRIO,
ebef98
+		.pgpolicy      = MULTIBUS,
ebef98
 		.no_path_retry = 6,
ebef98
-		.pgfailback    = -FAILBACK_IMMEDIATE,
ebef98
 	},
ebef98
 	{
ebef98
 		/* DGC CLARiiON CX/AX / VNX and Unity */