[dm-devel] [PATCH] multipath-tools: add NetApp/SolidFir to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Wed Oct 5 14:45:22 UTC 2016


Cc: PJ Waskiewicz <pj.waskiewicz at netapp.com>
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 bfd8d66..8ecaffb 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -573,6 +573,18 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.no_path_retry = 30,
 	},
+	{
+		/*
+		 * SolidFir family
+		 *
+		 * Maintainer : PJ Waskiewicz
+		 * Mail : pj.waskiewicz at netapp.com
+		 */
+		.vendor        = "SolidFir",
+		.product       = "SSD SAN",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 24,
+	},
 	/*
 	 * Nexenta
 	 *
-- 
2.10.0




More information about the dm-devel mailing list