Blame SOURCES/0011-Revert-multipath-tools-make-EMC-Invista-config-work-.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:44:54 +0200
|
|
|
ebef98 |
Subject: [PATCH] Revert "multipath-tools: make EMC/Invista config work with
|
|
|
ebef98 |
alua and multibus"
|
|
|
ebef98 |
|
|
|
ebef98 |
This reverts commit 309ff281aaa07e862540d3d645a8263f3e9baaed.
|
|
|
ebef98 |
|
|
|
ebef98 |
Mail from <Wayne.Berthiaume@dell.com>, 20210930:
|
|
|
ebef98 |
|
|
|
ebef98 |
"OPM is no longer supported in the Dell VPLEX product. If we at Dell had
|
|
|
ebef98 |
wished to change the default device stanzas for any of our products they
|
|
|
ebef98 |
would have been done when the product and/or feature is released.
|
|
|
ebef98 |
Please remove this patch as well. It is not needed."
|
|
|
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 763982cd..211087ad 100644
|
|
|
ebef98 |
--- a/libmultipath/hwtable.c
|
|
|
ebef98 |
+++ b/libmultipath/hwtable.c
|
|
|
ebef98 |
@@ -350,9 +350,8 @@ static struct hwentry default_hw[] = {
|
|
|
ebef98 |
.vendor = "EMC",
|
|
|
ebef98 |
.product = "Invista",
|
|
|
ebef98 |
.bl_product = "LUNZ",
|
|
|
ebef98 |
- .pgpolicy = GROUP_BY_PRIO,
|
|
|
ebef98 |
+ .pgpolicy = MULTIBUS,
|
|
|
ebef98 |
.no_path_retry = 5,
|
|
|
ebef98 |
- .pgfailback = -FAILBACK_IMMEDIATE,
|
|
|
ebef98 |
},
|
|
|
ebef98 |
{
|
|
|
ebef98 |
/* XtremIO */
|