From 5032e81e991b4cb4829b878066790faa36d888e0 Mon Sep 17 00:00:00 2001 From: Charlie Brady Date: Thu, 25 Jun 2009 00:24:00 +0200 Subject: [PATCH] [lib] add defaults for SUN/LSI LCSM100_I same as LCSM100_F --- libmultipath/hwtable.c | 4 ++-- multipath.conf.defaults | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 60f41af..900d178 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -878,10 +878,10 @@ static struct hwentry default_hw[] = { .checker_name = RDAC, .prio_name = PRIO_RDAC, }, - /* SUN/LSI 2540 */ + /* SUN/LSI 2510, 2540 */ { .vendor = "SUN", - .product = "LCSM100_F", + .product = "LCSM100_[IF]", .getuid = DEFAULT_GETUID, .features = DEFAULT_FEATURES, .hwhandler = "1 rdac", diff --git a/multipath.conf.defaults b/multipath.conf.defaults index 3651e40..fb1dd6c 100644 --- a/multipath.conf.defaults +++ b/multipath.conf.defaults @@ -558,7 +558,7 @@ # } # device { # vendor "SUN" -# product "LCSM100_F" +# product "LCSM100_[IF]" # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" # features "0" # hardware_handler "1 rdac" -- 2.7.4