summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Brady <charlieb-dm-devel@budge.apana.org.au>2009-06-25 00:24:00 +0200
committerChristophe Varoqui <christophe.varoqui@free.fr>2009-06-25 00:24:00 +0200
commit5032e81e991b4cb4829b878066790faa36d888e0 (patch)
tree6a581c8300544669238a8164c35db0a0467c6601
parent47ac124fbde0f34b662d39c3a349f60634e9897b (diff)
downloadmultipath-tools-5032e81e991b4cb4829b878066790faa36d888e0.tar.gz
multipath-tools-5032e81e991b4cb4829b878066790faa36d888e0.tar.bz2
multipath-tools-5032e81e991b4cb4829b878066790faa36d888e0.zip
[lib] add defaults for SUN/LSI LCSM100_I
same as LCSM100_F
-rw-r--r--libmultipath/hwtable.c4
-rw-r--r--multipath.conf.defaults2
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"