All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: add Tegile arrays to hwtable
@ 2016-10-06 23:13 Xose Vazquez Perez
  0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2016-10-06 23:13 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

Based on documentation provided by the manufacturer:
http://pages.tegile.com/rs/568-BVY-995/images/Oracle%20BPG%201.0.pdf

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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 0f972ee..e1b055a 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -879,6 +879,17 @@ static struct hwentry default_hw[] = {
 		.product       = "K2",
 		.pgpolicy      = MULTIBUS,
 	},
+	/*
+	 * Tegile Systems
+	 */
+	{
+		.vendor        = "TEGILE",
+		.product       = "(ZEBI-(FC|ISCSI)|INTELLIFLASH)",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.prio_name     = PRIO_ALUA,
+		.no_path_retry = 10,
+	},
 #if 0
 	/*
 	 * Copy this TEMPLATE to add new hardware.
-- 
2.10.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-06 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-06 23:13 [PATCH] multipath-tools: add Tegile arrays to hwtable Xose Vazquez Perez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.