[dm-devel] [PATCH] libmultipath: hwtable: remove ETERNUS AB/HB NVMe

mwilck at suse.com mwilck at suse.com
Thu Jun 9 09:05:54 UTC 2022


From: Martin Wilck <mwilck at suse.com>

The previous patch "libmultipath: hwtable: remove obsolete NVMe entries"
removed the entry for NetApp E-Series NVMe, but not the corresponding OEM
entry for ETERNUS AB/HB NVMe. Fix it.

Cc: Steven Schremmer <Steve.Schremmer at netapp.com>
Cc: Xose Vazquez Perez <xose.vazquez at gmail.com>
Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 libmultipath/hwtable.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index fd4573f..513fa67 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -468,12 +468,6 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.no_path_retry = 30,
 	},
-	{
-		/* ETERNUS AB/HB NVMe */
-		.vendor        = "NVME",
-		.product       = "Fujitsu ETERNUS AB/HB Series",
-		.no_path_retry = 30,
-	},
 	/*
 	 * Hitachi Vantara
 	 *
-- 
2.36.1



More information about the dm-devel mailing list