[dm-devel] [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Sep 23 23:38:59 UTC 2017


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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index b018ddf..2400473 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1063,6 +1063,13 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 30,
 	},
+	{
+		/* Magnitude family */
+		.vendor        = "(XIOTECH|XIOtech)",
+		.product       = "Magnitude",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Violin Memory
 	 */
-- 
2.13.5




More information about the dm-devel mailing list