Split off IBM ESS entries
authorHannes Reinecke <hare@suse.de>
Wed, 3 Dec 2008 09:38:04 +0000 (10:38 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 21 Apr 2009 22:51:40 +0000 (00:51 +0200)
For some reason the regular expression doesn't work properly.
So split off the two entries.

References: bnc#439763

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/hwtable.c

index 1d31006..2890fab 100644 (file)
@@ -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,