From: Hannes Reinecke <hare@suse.de>
To: christophe varoqui <christophe.varoqui@free.fr>
Cc: device-mapper development <dm-devel@redhat.com>
Subject: [PATCH] add support for IBM 3526
Date: Fri, 01 Sep 2006 08:57:48 +0200 [thread overview]
Message-ID: <44F7D9EC.2060400@suse.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
Hi Christophe,
we've found another IBM storage server in our lab; this patch adds the
necessary hwtable entry for it.
However, this is an RDAC machine, so it'll work only in some cases. One
day we really need an RDAC hw-handler.
Please apply,
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-3526-update --]
[-- Type: text/plain, Size: 1271 bytes --]
Add support for IBM 3526
Adding support for IBM Netfinity FC RAID controller.
Note that this is actually a RDAC controller, so it's supported
in AVT mode only. We don't do RDAC-style failover (yet).
Signed-off-by: Hannes Reinecke <hare@suse.de>
---
libmultipath/hwtable.c | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
807fdf4dc06ee4be11620b11ce0be3630a598d57
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index b991689..50cd4c7 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -236,6 +236,22 @@ static struct hwentry default_hw[] = {
.checker_name = TUR,
},
{
+ /* IBM Netfinity Fibre Channel RAID Controller Unit */
+ .vendor = "IBM",
+ .product = "3526",
+ .getuid = DEFAULT_GETUID,
+ .getprio = "/sbin/mpath_prio_tpc /dev/%n",
+ .features = DEFAULT_FEATURES,
+ .hwhandler = DEFAULT_HWHANDLER,
+ .selector = DEFAULT_SELECTOR,
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .rr_weight = RR_WEIGHT_NONE,
+ .no_path_retry = NO_PATH_RETRY_UNDEF,
+ .minio = DEFAULT_MINIO,
+ .checker_name = TUR,
+ },
+ {
/* IBM DS4200 / FAStT200 */
.vendor = "IBM",
.product = "3542",
--
1.1.3
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
reply other threads:[~2006-09-01 6:57 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=44F7D9EC.2060400@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.