[lib] add IBM DS3400 to hwtable
authorAndrey Panin <pazke@pazke.donpac.ru>
Wed, 20 Aug 2008 21:17:45 +0000 (23:17 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 20 Aug 2008 21:17:45 +0000 (23:17 +0200)
libmultipath/hwtable.c

index 2708fb4..257c51e 100644 (file)
@@ -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",