[dm-devel] [PATCH] multipath-tools: add StorageTek BladeStore to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Oct 25 23:25:28 UTC 2016


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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 0199bf8..8c3eff7 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -725,6 +725,19 @@ static struct hwentry default_hw[] = {
 	},
 		/* Sun - StorageTek */
 	{
+		/* B210, B220, B240 and B280 */
+		.vendor        = "STK",
+		.product       = "BladeCtlr",
+		.bl_product    = "Universal Xport",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.checker_name  = RDAC,
+		.features      = "2 pg_init_retries 50",
+		.hwhandler     = "1 rdac",
+		.prio_name     = PRIO_RDAC,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.no_path_retry = 30,
+	},
+	{
 		/* 9176, D173, D178, D210, D220, D240 and D280 */
 		.vendor        = "STK",
 		.product       = "OPENstorage",
-- 
2.10.1




More information about the dm-devel mailing list