[dm-devel] [PATCH] multipath-tools: add Infortrend arrays to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Oct 20 16:52:57 UTC 2016


Based on info from manufacturer:
http://infortrend.com/ImageLoader/LoadDoc/385/True/True

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index d67b217..98da295 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1013,6 +1013,18 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 30,
 	},
+	/*
+	 * Infortrend Technology
+	 */
+	{
+		/* EonStor / ESVA */
+		.vendor        = "^IFT",
+		.product       = ".*",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.prio_name     = PRIO_ALUA,
+		.no_path_retry = 30,
+	},
 #if 0
 	/*
 	 * Copy this TEMPLATE to add new hardware.
-- 
2.10.1




More information about the dm-devel mailing list