Hello all, This patch adds Dell MD32xx/i atorage arrays into hardwarae table for multipathing tool. Signed-off-by: Yanqing Liu <Yanqing_Liu@xxxxxxxx> Signed-off-by: Babu Moger <Babu.Moger@xxxxxxx> --- --- multipath-tools/libmultipath/hwtable.c.orig 2009-08-05 17:47:43.000000000 -0500 +++ multipath-tools/libmultipath/hwtable.c 2009-08-05 17:54:11.000000000 -0500 @@ -686,6 +686,38 @@ static struct hwentry default_hw[] = { .checker_name = RDAC, .prio_name = PRIO_RDAC, }, + { + /* DELL MD32xx */ + .vendor = "DELL", + .product = "MD32xx", + .getuid = DEFAULT_GETUID, + .features = "2 pg_init_retries 50", + .hwhandler = "1 rdac", + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 15, + .minio = DEFAULT_MINIO, + .checker_name = RDAC, + .prio_name = PRIO_RDAC, + }, + { + /* DELL MD32xxi */ + .vendor = "DELL", + .product = "MD32xxi", + .getuid = DEFAULT_GETUID, + .features = "2 pg_init_retries 50", + .hwhandler = "1 rdac", + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 15, + .minio = DEFAULT_MINIO, + .checker_name = RDAC, + .prio_name = PRIO_RDAC, + }, /* * NETAPP controller family * -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html