All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
	Xose Vazquez Perez <xose.vazquez@gmail.com>
Subject: [PATCH v2 02/10] multipath-tools: add INFINIDAT devices to hardware table
Date: Fri, 17 Jun 2016 16:52:40 +0200	[thread overview]
Message-ID: <1466175169-16684-2-git-send-email-xose.vazquez@gmail.com> (raw)
In-Reply-To: <1466175169-16684-1-git-send-email-xose.vazquez@gmail.com>

based on documentation provided by the manufacturer:
https://support.infinidat.com/hc/en-us/articles/202319222

  vendor "NFINIDAT"             <----- This is not a bug, it's _NFINIDAT_
  product "InfiniBox.*"
  prio alua
  path_grouping_policy group_by_prio
  path_checker tur
  path_selector "round-robin 0"
  features "0"
  failback 30
  rr_weight priorities
  no_path_retry fail
  rr_min_io 1    # for kernels up to 2.6.31
  rr_min_io_rq 1 # for kernels 2.6.31 or newer
  flush_on_last_del yes
  fast_io_fail_tmo 5
  dev_loss_tmo 30

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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 726ee3b..0ea7968 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1192,6 +1192,25 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 300,
 	},
 	/*
+	 * Infinidat, Inc.
+	 */
+	{
+		.vendor        = "NFINIDAT",
+		.product       = "InfiniBox.*",
+		.prio_name     = PRIO_ALUA,
+		.pgpolicy      = GROUP_BY_PRIO,
+		.checker_name  = TUR,
+		.selector      = "round-robin 0",
+		.features      = DEFAULT_FEATURES,
+		.pgfailback    = 30,
+		.rr_weight     = RR_WEIGHT_PRIO,
+		.no_path_retry = NO_PATH_RETRY_FAIL,
+		.minio_rq      = 1,
+		.flush_on_last_del = FLUSH_ENABLED,
+		.fast_io_fail  = 5,
+		.dev_loss      = 30,
+	},
+	/*
 	 * EOL
 	 */
 	{
-- 
2.5.5

  reply	other threads:[~2016-06-17 14:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Xose Vazquez Perez [this message]
2016-06-17 14:52 ` [PATCH v2 03/10] multipath-tools: add TEGILE devices " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466175169-16684-2-git-send-email-xose.vazquez@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.