From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
Xose Vazquez Perez <xose.vazquez@gmail.com>
Subject: [PATCH 4/9] multipath-tools: unify DELL MD32xx and MD36xx
Date: Tue, 21 Jun 2016 02:35:59 +0200 [thread overview]
Message-ID: <1466469364-14446-4-git-send-email-xose.vazquez@gmail.com> (raw)
In-Reply-To: <1466469364-14446-1-git-send-email-xose.vazquez@gmail.com>
They belong same family and share FW:
https://downloads.dell.com/manuals/common/md32xx_md36xx_supportmatrix2_en-us.pdf
The main differences are:
MD3200 6 Gbps direct attached SAS storage array with 12 drives (3.5 inch)
MD3220 6 Gbps direct attached SAS storage array with 24 drives (2.5 inch)
MD3260 6 Gbps direct Attached SAS storage dense array
MD3200i 1 Gbps iSCSI network storage array with 12 drives (3.5 inch)
MD3600i 10 Gbps iSCSI network storage array with 12 drives (3.5 inch)
MD3220i 1 Gbps iSCSI network storage array with 24 drives (2.5 inch)
MD3620i 10 Gbps iSCSI network storage array with 24 drives (2.5 inch)
MD3260i 1 Gbps iSCSI network storage dense array
MD3660i 10 Gbps iSCSI network storage dense array
MD3600f 8 Gbps fibre channel network storage array with 12 drives (3.5 inch)
MD3620f 8 Gbps fibre channel network storage array with 24 drives (2.5 inch)
MD3660f 8 Gbps fibre channel network storage dense array
A mandatory ACK from Hannes is required, as he was reluctant to unify them.
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 | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a8dc0de..031102c 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -735,7 +735,7 @@ static struct hwentry default_hw[] = {
* DELL
*/
{
- /* DELL MD3000/MD3000i */
+ /* DELL MD3000 */
.vendor = "DELL",
.product = "MD3000",
.bl_product = "Universal Xport",
@@ -750,24 +750,9 @@ static struct hwentry default_hw[] = {
.prio_args = NULL,
},
{
- /* DELL MD32xx/MD32xxi */
+ /* DELL MD32xx/MD36xx */
.vendor = "DELL",
- .product = "MD32xx",
- .bl_product = "Universal Xport",
- .features = "2 pg_init_retries 50",
- .hwhandler = "1 rdac",
- .pgpolicy = GROUP_BY_PRIO,
- .pgfailback = -FAILBACK_IMMEDIATE,
- .rr_weight = RR_WEIGHT_NONE,
- .no_path_retry = 15,
- .checker_name = RDAC,
- .prio_name = PRIO_RDAC,
- .prio_args = NULL,
- },
- {
- /* DELL MD36xxi/MD36xxf */
- .vendor = "DELL",
- .product = "MD36xx(i|f)",
+ .product = "MD32xx|MD36xx",
.bl_product = "Universal Xport",
.features = "2 pg_init_retries 50",
.hwhandler = "1 rdac",
--
2.5.5
next prev parent reply other threads:[~2016-06-21 0:35 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 ` Xose Vazquez Perez [this message]
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 ` [PATCH 7/9] multipath-tools: tips on adding new devices with proprietary handlers Xose Vazquez Perez
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-4-git-send-email-xose.vazquez@gmail.com \
--to=xose.vazquez@gmail.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 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).