diff options
author | Benjamin Marzinski <bmarzins@redhat.com> | 2009-10-20 14:49:47 -0500 |
---|---|---|
committer | Christophe Varoqui <christophe.varoqui@free.fr> | 2009-10-20 22:46:28 +0200 |
commit | a946bd4e2a529e5fba9c9547d03d3f91806618a3 (patch) | |
tree | e713c0cf3b4ab3ae703f27e82031c31c35bb4c30 | |
parent | d820b2e9a0744c9dbe540f14236fed94fb44c88d (diff) | |
download | multipath-tools-a946bd4e2a529e5fba9c9547d03d3f91806618a3.tar.gz multipath-tools-a946bd4e2a529e5fba9c9547d03d3f91806618a3.tar.bz2 multipath-tools-a946bd4e2a529e5fba9c9547d03d3f91806618a3.zip |
multipath-tools: Default configuration changes
Add support for some more MSA arrays.
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
-rw-r--r-- | libmultipath/hwtable.c | 2 | ||||
-rw-r--r-- | multipath.conf.defaults | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index a207fc6..fabf9a8 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -128,7 +128,7 @@ static struct hwentry default_hw[] = { }, { /* MSA 1000/1500 with new firmware */ - .vendor = "HP", + .vendor = "(COMPAQ|HP)", .product = "MSA VOLUME", .getuid = DEFAULT_GETUID, .features = DEFAULT_FEATURES, diff --git a/multipath.conf.defaults b/multipath.conf.defaults index d24a801..7aeed79 100644 --- a/multipath.conf.defaults +++ b/multipath.conf.defaults @@ -91,7 +91,7 @@ # prio hp_sw # } # device { -# vendor "HP" +# vendor "(COMPAQ|HP)" # product "MSA VOLUME" # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" # features "0" @@ -122,7 +122,7 @@ # } # device { # vendor "(COMPAQ|HP)" -# product "HSV1[01]1|HSV2[01]0|HSV300" +# product "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0" # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" # features "0" # hardware_handler "0" |