Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-add-sun-lsi-2540
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-add-sun-lsi-2540 of Package multipath-tools
From a2c31bfc05a5ef36cd0772fe77ae883fa9048a64 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke <hare@suse.de> Date: Fri, 11 Jan 2008 08:39:25 +0100 Subject: [PATCH] [hwtable] Add entry for SUN/LSI 2540 Another rebranded Engenio controller. References: 348903 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 bd246a3..4bc1540 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -637,6 +637,22 @@ static struct hwentry default_hw[] = { .minio = DEFAULT_MINIO, .checker_name = RDAC, }, + /* SUN/LSI 2540 */ + { + .vendor = "SUN", + .product = "LCSM100_F", + .getuid = DEFAULT_GETUID, + .getprio = "mpath_prio_tpc /dev/%n", + .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, + }, /* * EOL */ -- 1.5.3.4