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

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 30 00:28:12 UTC 2016


Based on info provided directly by the manufacturer:
http://www.solidfire.com/
http://www.netapp.com/us/products/storage-systems/solidfire/

Redhat 7+:
vendor "SolidFir"
product "SSD SAN"
path_grouping_policy multibus
path_checker tur
hardware_handler "0"
failback immediate
rr_weight uniform
rr_min_io 10
rr_min_io_rq 10
features "0"
no_path_retry 24
prio const

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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 3952b42..bd0bd8c 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -526,6 +526,15 @@ static struct hwentry default_hw[] = {
 		.checker_name  = RDAC,
 		.prio_name     = PRIO_RDAC,
 	},
+	{
+		/* SolidFir */
+		.vendor        = "SolidFir",
+		.product       = "SSD SAN",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 24,
+		.minio         = 10,
+		.minio_rq      = 10,
+	},
 	/*
 	 * Nexenta
 	 *
-- 
2.7.4




More information about the dm-devel mailing list