From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Xose Vazquez Perez <xose.vazquez@gmail.com>,
device-mapper development <dm-devel@redhat.com>,
Babu Moger <Babu.Moger@netapp.com>,
Sean Stewart <sean.stewart@netapp.com>
Subject: [PATCH 7/9] multipath-tools: tips on adding new devices with proprietary handlers
Date: Tue, 21 Jun 2016 02:36:02 +0200 [thread overview]
Message-ID: <1466469364-14446-7-git-send-email-xose.vazquez@gmail.com> (raw)
In-Reply-To: <1466469364-14446-1-git-send-email-xose.vazquez@gmail.com>
kernel(SCSI) and multipath-tools should be in sync.
Currently in drivers/scsi/scsi_dh.c:
{"DGC", "RAID", "clariion" },
{"DGC", "DISK", "clariion" },
{"DGC", "VRAID", "clariion" },
{"COMPAQ", "MSA1000 VOLUME", "hp_sw" },
{"COMPAQ", "HSV110", "hp_sw" },
{"HP", "HSV100", "hp_sw"},
{"DEC", "HSG80", "hp_sw"},
{"IBM", "1722", "rdac", },
{"IBM", "1724", "rdac", },
{"IBM", "1726", "rdac", },
{"IBM", "1742", "rdac", },
{"IBM", "1745", "rdac", },
{"IBM", "1746", "rdac", },
{"IBM", "1813", "rdac", }, -> missing in multipath-tools !!!
Added in 4df01b. It's an IBM DCS3860.
{"IBM", "1814", "rdac", },
{"IBM", "1815", "rdac", },
{"IBM", "1818", "rdac", },
{"IBM", "3526", "rdac", },
{"SGI", "TP9", "rdac", },
{"SGI", "IS", "rdac", },
{"STK", "OPENstorage D280", "rdac", },
{"STK", "FLEXLINE 380", "rdac", },
{"SUN", "CSM", "rdac", },
{"SUN", "LCSM100", "rdac", },
{"SUN", "STK6580_6780", "rdac", },
{"SUN", "SUN_6180", "rdac", },
{"SUN", "ArrayStorage", "rdac", }, -> missing in multipath-tools !!!
Added in 66195f. Unknown device, too generic name.
{"DELL", "MD3", "rdac", },
{"NETAPP", "INF-01-00", "rdac", },
{"LSI", "INF-01-00", "rdac", },
{"ENGENIO", "INF-01-00", "rdac", },
Cc: Babu Moger <Babu.Moger@netapp.com>
Cc: Sean Stewart <sean.stewart@netapp.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
libmultipath/hwtable.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 62e284d..47a2e61 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -15,6 +15,11 @@
* You are welcome to claim maintainership over a controller
* family. Please mail the currently enlisted maintainer and
* the upstream package maintainer.
+ *
+ * WARNING:
+ *
+ * Devices with a proprietary handler must also be included in
+ * the kernel side. Currently at drivers/scsi/scsi_dh.c
*/
static struct hwentry default_hw[] = {
/*
--
2.5.5
next prev parent reply other threads:[~2016-06-21 0:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 0:35 [PATCH 1/9] multipath-tools: add iSCSI product id for TEGILE ZEBI Xose Vazquez Perez
2016-06-21 0:35 ` [PATCH 2/9] multipath-tools: remove spaces in S390 devices Xose Vazquez Perez
2016-06-21 0:35 ` [PATCH 3/9] multipath-tools: reduce regex for DGC CLARiiON CX/AX and EMC VNX Xose Vazquez Perez
2016-06-21 0:35 ` [PATCH 4/9] multipath-tools: unify DELL MD32xx and MD36xx Xose Vazquez Perez
2016-06-21 0:36 ` [PATCH 5/9] multipath-tools: add DELL MD34xx/MD38xx Xose Vazquez Perez
2016-06-21 0:36 ` [PATCH 6/9] multipath-tools: do not track temp vim files and patches Xose Vazquez Perez
2016-06-21 0:36 ` Xose Vazquez Perez [this message]
2016-06-21 0:36 ` [PATCH 8/9] multipath-tools: fix syntax in mpath_persistent_reserve_out.3 Xose Vazquez Perez
2016-06-21 0:36 ` [PATCH 9/9] multipath-tools: minor edit in hwtable Xose Vazquez Perez
2016-07-08 6:36 ` [PATCH 1/9] multipath-tools: add iSCSI product id for TEGILE ZEBI Christophe Varoqui
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=1466469364-14446-7-git-send-email-xose.vazquez@gmail.com \
--to=xose.vazquez@gmail.com \
--cc=Babu.Moger@netapp.com \
--cc=dm-devel@redhat.com \
--cc=sean.stewart@netapp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).