From: Hannes Reinecke Date: Wed, 3 Dec 2008 09:38:04 +0000 (+0100) Subject: Split off IBM ESS entries X-Git-Tag: 0.4.9~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e021d59c8efa1649ef151955385069adfb4f817f;p=platform%2Fupstream%2Fmultipath-tools.git 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 --- 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,