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: add IBM/FlashSystem to hwtable
Date: Fri, 7 Oct 2016 15:15:22 +0200 [thread overview]
Message-ID: <20161007131522.3442-1-xose.vazquez@gmail.com> (raw)
System Vendor Product Multipathing Policy
=============== ====== ================ =======================
FlashSystem 710 IBM FlashSystem Symmetric Active/Active
FlashSystem 720 IBM FlashSystem Symmetric Active/Active
FlashSystem 810 IBM FlashSystem Symmetric Active/Active
FlashSystem 820 IBM FlashSystem Symmetric Active/Active
FlashSystem 840 IBM FlashSystem-9840 Symmetric Active/Active
FlashSystem 900 IBM FlashSystem-9840 Symmetric Active/Active
Based on documentation from the manufacturer:
http://www.redbooks.ibm.com/redbooks/pdfs/sg248271.pdf
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 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index e1b055a..ff6989d 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -522,6 +522,13 @@ static struct hwentry default_hw[] = {
.no_path_retry = NO_PATH_RETRY_QUEUE,
.pgpolicy = MULTIBUS,
},
+ {
+ /* FlashSystem 710/720/810/820/840/900 */
+ .vendor = "IBM",
+ .product = "FlashSystem",
+ .no_path_retry = NO_PATH_RETRY_FAIL,
+ .pgpolicy = MULTIBUS,
+ },
/*
* IBM Power Virtual SCSI Devices
*
--
2.10.1
next reply other threads:[~2016-10-07 13:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 13:15 Xose Vazquez Perez [this message]
2016-10-07 14:24 ` [PATCH] multipath-tools: add IBM/FlashSystem to hwtable Steffen Maier
2016-10-12 14:44 ` 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=20161007131522.3442-1-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.