Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-add-ibm-1815
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-add-ibm-1815 of Package multipath-tools
commit b7189d796d663c4019abd1eac89b78dd7b579c1c Author: Hannes Reinecke <hare@suse.de> Date: Fri Apr 18 11:11:14 2008 +0200 Add support for IBM DS4800 And another machine from IBM. Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: Hannes Reinecke <hare@suse.de> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 02694f6..543bf4b 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -370,6 +370,22 @@ static struct hwentry default_hw[] = { .prio_name = PRIO_RDAC, }, { + /* IBM DS4800 */ + .vendor = "IBM", + .product = "1815", + .getuid = DEFAULT_GETUID, + .features = DEFAULT_FEATURES, + .hwhandler = "1 rdac", + .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, + .prio_name = PRIO_RDAC, + }, + { /* IBM Netfinity Fibre Channel RAID Controller Unit */ .vendor = "IBM", .product = "3526",