[dm-devel] [PATCH] multipath-tools: add Xiotech iglu blaze arrays to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Aug 10 19:18:24 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 bcd24b3..9d3df11 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1045,6 +1045,13 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 12,
 	},
+	{
+		/* iglu blaze family */
+		.vendor        = "(XIOTECH|XIOtech)",
+		.product       = "IGLU DISK",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Violin Memory
 	 */
-- 
2.13.4




More information about the dm-devel mailing list