Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-add-ibm-1814
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-add-ibm-1814 of Package multipath-tools
From f0ecc8e84f1fdc2b3b36b7b7a4569d6576c74181 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke <hare@suse.de> Date: Mon, 19 Nov 2007 14:05:24 +0100 Subject: [PATCH] [hwtable] Add entry for IBM DS4700 The DS4700 is yet another RDAC machine. So add an entry for it. Signed-off-by: Hannes Reinecke <hare@suse.de> --- libmultipath/hwtable.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 3294cd0..bd246a3 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -338,6 +338,22 @@ static struct hwentry default_hw[] = { .checker_name = RDAC, }, { + /* IBM DS4700 */ + .vendor = "IBM", + .product = "1814", + .getuid = DEFAULT_GETUID, + .getprio = "mpath_prio_tpc /dev/%n", + .features = DEFAULT_FEATURES, + .hwhandler = "2 rdac 0", + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = NO_PATH_RETRY_QUEUE, + .minio = DEFAULT_MINIO, + .checker_name = RDAC, + }, + { /* IBM Netfinity Fibre Channel RAID Controller Unit */ .vendor = "IBM", .product = "3526", -- 1.5.0.4.GIT