Add IBM DS3400 support. Signed-off-by: Andrey Panin <pazke@xxxxxxxxx> -- hwtable.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 0a94f10..d3f01a8 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",
Attachment:
signature.asc
Description: Digital signature
-- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel