From: Benjamin Marzinski <bmarzins@redhat.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: [PATCH] multipath-tools: Default configuration changes
Date: Tue, 20 Oct 2009 14:49:47 -0500 [thread overview]
Message-ID: <20091020194947.GQ3555@ether.msp.redhat.com> (raw)
Add support for some more MSA arrays.
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
---
libmultipath/hwtable.c | 2 +-
multipath.conf.defaults | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Index: multipath-tools-091013/libmultipath/hwtable.c
===================================================================
--- multipath-tools-091013.orig/libmultipath/hwtable.c
+++ multipath-tools-091013/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,
Index: multipath-tools-091013/multipath.conf.defaults
===================================================================
--- multipath-tools-091013.orig/multipath.conf.defaults
+++ multipath-tools-091013/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"
reply other threads:[~2009-10-20 19:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091020194947.GQ3555@ether.msp.redhat.com \
--to=bmarzins@redhat.com \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.