From: Hannes Reinecke <hare@suse.de>
To: christophe varoqui <christophe.varoqui@free.fr>
Cc: device-mapper development <dm-devel@redhat.com>
Subject: [PATCH] IBM hwtable update
Date: Wed, 07 Dec 2005 12:11:23 +0100 [thread overview]
Message-ID: <4396C35B.7030109@suse.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
Hi Christophe,
attached is a patch to update hwtable.c with some IBM Storage Servers.
Especially the DS6000 should be handled properly as it again has
asymmetric paths.
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE Linux Products GmbH S390 & zSeries
Maxfeldstraße 5 +49 911 74053 688
90409 Nürnberg http://www.suse.de
[-- Attachment #2: multipath-tools-ibm-hwtable-update.patch --]
[-- Type: text/x-patch, Size: 1617 bytes --]
Subject: Hardware entries for IBM Storage Servers
Several IBM Storage Servers (most notably the DS range) need
specific hardware entries. This patch adds hardware entries
for:
- IBM ESS F20 (aka Shark)
- IBM DS6000
- IBM DS8000
- IBM SVC
Signed-off-by: Hannes Reinecke <hare@suse.de>
---
libmultipath/hwtable.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -39,6 +39,20 @@ setup_default_hwtable (vector hw)
"1 queue_if_no_path", "emc_clariion", -FAILBACK_IMMEDIATE);
r += store_hwe_ext(hw, "IBM", "3542", GROUP_BY_SERIAL, DEFAULT_GETUID,
NULL, "0", "0", "tur", FAILBACK_UNDEF);
+ /* IBM ESS F20 aka Shark */
+ r += store_hwe_ext(hw, "IBM", "2105F20", GROUP_BY_SERIAL,
+ DEFAULT_GETUID, NULL, "0", "1 queue_if_no_path",
+ "tur", FAILBACK_UNDEF);
+ /* IBM DS6000 */
+ r += store_hwe_ext(hw, "IBM", "1750500", GROUP_BY_PRIO, DEFAULT_GETUID,
+ "/sbin/mpath_prio_alua /dev/%n", "0", "1 queue_if_no_path",
+ "tur", FAILBACK_UNDEF);
+ /* IBM DS8000 */
+ r += store_hwe_ext(hw, "IBM", "2107900", GROUP_BY_SERIAL, DEFAULT_GETUID,
+ NULL, "0", "1 queue_if_no_path", "tur", FAILBACK_UNDEF);
+ /* IBM SAN Volume Controller */
+ r += store_hwe_ext(hw, "IBM", "2145", MULTIBUS, DEFAULT_GETUID,
+ NULL, "0", "1 queue_if_no_path", "tur", FAILBACK_UNDEF);
r += store_hwe_ext(hw, "NETAPP", "LUN", GROUP_BY_PRIO, DEFAULT_GETUID,
"/sbin/mpath_prio_netapp /dev/%n", NULL,
"1 queue_if_no_path", "readsector0", FAILBACK_UNDEF);
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next reply other threads:[~2005-12-07 11:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-07 11:11 Hannes Reinecke [this message]
2005-12-07 11:45 ` [PATCH] IBM hwtable update Stefan Bader
2005-12-08 16:45 ` lbt
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=4396C35B.7030109@suse.de \
--to=hare@suse.de \
--cc=christophe.varoqui@free.fr \
--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.