From e021d59c8efa1649ef151955385069adfb4f817f Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Wed, 3 Dec 2008 10:38:04 +0100 Subject: [PATCH] Split off IBM ESS entries For some reason the regular expression doesn't work properly. So split off the two entries. References: bnc#439763 Signed-off-by: Hannes Reinecke --- libmultipath/hwtable.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 1d31006..2890fab 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -507,7 +507,23 @@ static struct hwentry default_hw[] = { { /* IBM ESS F20 aka Shark */ .vendor = "IBM", - .product = "2105(800|F20)", + .product = "2105800", + .getuid = DEFAULT_GETUID, + .features = "1 queue_if_no_path", + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_SERIAL, + .pgfailback = FAILBACK_UNDEF, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = NO_PATH_RETRY_UNDEF, + .minio = DEFAULT_MINIO, + .checker_name = TUR, + .prio_name = DEFAULT_PRIO, + }, + { + /* IBM ESS F20 aka Shark */ + .vendor = "IBM", + .product = "2105F20", .getuid = DEFAULT_GETUID, .features = "1 queue_if_no_path", .hwhandler = DEFAULT_HWHANDLER, -- 2.7.4