From: Andrey Panin Date: Wed, 20 Aug 2008 21:17:45 +0000 (+0200) Subject: [lib] add IBM DS3400 to hwtable X-Git-Tag: 0.4.9~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fb8055638442245b378e9892067dae1a7e6adc6;p=platform%2Fupstream%2Fmultipath-tools.git [lib] add IBM DS3400 to hwtable --- diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 2708fb4..257c51e 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -337,6 +337,22 @@ static struct hwentry default_hw[] = { .prio_name = PRIO_RDAC, }, { + /* IBM DS3400 */ + .vendor = "IBM", + .product = "1726-4xx", + .getuid = DEFAULT_GETUID, + .features = "1 queue_if_no_path", + .hwhandler = "1 rdac", + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 300, + .minio = DEFAULT_MINIO, + .checker_name = RDAC, + .prio_name = PRIO_RDAC, + }, + { /* IBM DS4400 / FAStT700 */ .vendor = "IBM", .product = "1742",