[dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table

Xose Vazquez Perez xose.vazquez at gmail.com
Sun May 15 13:08:12 UTC 2022


Info from (page 88):
https://sp.ts.fujitsu.com/dmsp/Publications/public/a3ca08733-a105-EN.pdf

Cc: NetApp RDAC team <ng-eseries-upstream-maintainers at netapp.com>
Cc: Martin Wilck <mwilck at suse.com>
Cc: Benjamin Marzinski <bmarzins at redhat.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEVEL ML <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 47ea5d3d..39daadc2 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -477,6 +477,15 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.no_path_retry = 30,
 	},
+	{
+		/* ETERNUS AB/HB NVMe */
+		.vendor        = "NVME",
+		.product       = "Fujitsu ETERNUS AB/HB Series",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.prio_name     = PRIO_ANA,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Hitachi Vantara
 	 *
-- 
2.36.1



More information about the dm-devel mailing list