From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
Xose Vazquez Perez <xose.vazquez@gmail.com>,
Bart Brooks <bbrooks@pivot3.com>, Brian Auld <bauld@pivot3.com>
Subject: [PATCH] multipath-tools: add NexGen arrays to hwtable
Date: Fri, 7 Oct 2016 15:33:44 +0200 [thread overview]
Message-ID: <20161007133344.3858-1-xose.vazquez@gmail.com> (raw)
Based on info provided by the manufacturer.
Cc: Brian Auld <bauld@pivot3.com>
Cc: Bart Brooks <bbrooks@pivot3.com>
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 | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index ff6989d..5ec63c8 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -776,6 +776,14 @@ static struct hwentry default_hw[] = {
.no_path_retry = NO_PATH_RETRY_QUEUE,
.pgpolicy = MULTIBUS,
},
+ {
+ .vendor = "(NexGen|Pivot3)",
+ .product = "TierStore",
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .prio_name = PRIO_ALUA,
+ .no_path_retry = NO_PATH_RETRY_QUEUE,
+ },
/*
* Intel
*/
--
2.10.1
next reply other threads:[~2016-10-07 13:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 13:33 Xose Vazquez Perez [this message]
2016-10-07 14:03 ` [PATCH] multipath-tools: add NexGen arrays to hwtable 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=20161007133344.3858-1-xose.vazquez@gmail.com \
--to=xose.vazquez@gmail.com \
--cc=bauld@pivot3.com \
--cc=bbrooks@pivot3.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.