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