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] multipath-tools: identify some IBM FlashSystem arrays
Date: Fri, 19 Aug 2016 18:29:11 +0200 [thread overview]
Message-ID: <1471624151-4751-1-git-send-email-xose.vazquez@gmail.com> (raw)
System Vendor Product Multipathing Policy
================== ====== ======= ===================================================================
FlashSystem V840 IBM 2145 ALUA (1 Target Port Group per Controller)
FlashSystem V9000 IBM 2145 ALUA (1 Target Port Group per Controller)
FlashSystem A9000 IBM 2810XIV ALUA (All ports across all controllers in single Target Port Group)
FlashSystem A9000R IBM 2810XIV ALUA (All ports across all controllers in single Target Port Group)
Cc: Hannes Reinecke <hare@suse.de>
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index eedb360..aaf7480 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -439,7 +439,7 @@ static struct hwentry default_hw[] = {
.no_path_retry = NO_PATH_RETRY_QUEUE,
},
{
- /* Storwize family / SAN Volume Controller / Flex System V7000 */
+ /* Storwize family / SAN Volume Controller / Flex System V7000 / FlashSystem V840/V9000 */
.vendor = "IBM",
.product = "^2145",
.no_path_retry = NO_PATH_RETRY_QUEUE,
@@ -481,7 +481,7 @@ static struct hwentry default_hw[] = {
.prio_name = PRIO_ALUA,
},
{
- /* XIV Storage System */
+ /* XIV Storage System / FlashSystem A9000/A9000R */
.vendor = "IBM",
.product = "2810XIV",
.no_path_retry = NO_PATH_RETRY_QUEUE,
--
2.7.4
reply other threads:[~2016-08-19 16:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1471624151-4751-1-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).