All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 01/10] multipath-tools: add VIOLIN/CONCERTO ARRAY to hardware table
@ 2016-06-17 14:52 Xose Vazquez Perez
  2016-06-17 14:52 ` [PATCH v2 02/10] multipath-tools: add INFINIDAT devices " Xose Vazquez Perez
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Xose Vazquez Perez @ 2016-06-17 14:52 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

based on documentation provided by manufacturer:
https://drive.google.com/open?id=0B_B6YmEmO7cDQlMzc1BsaUxZRVU

- Red Hat Enterprise Linux 7.x for Violin 7300
vendor "VIOLIN"
product "CONCERTO ARRAY"
path_selector "round-robin 0"
path_grouping_policy multibus
prio alua
path_checker tur
rr_min_io 100
rr_weight priorities
failback immediate
features "1 queue_if_no_path"
no_path_retry 300

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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 66b5123..726ee3b 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1176,6 +1176,22 @@ static struct hwentry default_hw[] = {
 		.checker_name  = TUR,
 	},
 	/*
+	 * Violin Memory, Inc.
+	 */
+	{
+		.vendor        = "VIOLIN",
+		.product       = "CONCERTO ARRAY",
+		.selector      = "round-robin 0",
+		.pgpolicy      = MULTIBUS,
+		.prio_name     = PRIO_ALUA,
+		.checker_name  = TUR,
+		.minio         = 100,
+		.rr_weight     = RR_WEIGHT_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.features      = "1 queue_if_no_path",
+		.no_path_retry = 300,
+	},
+	/*
 	 * EOL
 	 */
 	{
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-06-20 10:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17 14:52 [PATCH v2 01/10] multipath-tools: add VIOLIN/CONCERTO ARRAY to hardware table Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH v2 02/10] multipath-tools: add INFINIDAT devices " Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH v2 03/10] multipath-tools: add TEGILE " Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH 04/10] multipath-tools: remove current maintainer from orphan array families Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH v2 05/10] multipath-tools: unreachable controllers maintainers Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH 06/10] multipath-tools: new email address for Srinivas Ramani Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH 08/10] multipath-tools: remove USER_FRIENDLY_NAMES_OFF Xose Vazquez Perez
2016-06-20  6:58   ` Christophe Varoqui
2016-06-20  7:07     ` Hannes Reinecke
2016-06-20 10:42       ` Bryn M. Reeves
2016-06-17 14:52 ` [PATCH 09/10] multipath-tools: clean up comments at hwtable.c Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH 10/10] multipath-tools: group ONTAP family Xose Vazquez Perez
2016-06-17 14:52 ` [PATCH] multipath-tools: RDAC border Xose Vazquez Perez
     [not found] ` <1466175169-16684-7-git-send-email-xose.vazquez@gmail.com>
2016-06-17 15:15   ` [PATCH 07/10] multipath-tools: dm-devel list is only for subscribers 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.