diff mbox

multipath-tools: add StorageTek BladeStore to hwtable

Message ID 20161025232528.7228-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show

Commit Message

Xose Vazquez Perez Oct. 25, 2016, 11:25 p.m. UTC
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)
diff mbox

Patch

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",