All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
	Xose Vazquez Perez <xose.vazquez@gmail.com>,
	Sean Stewart <Sean.Stewart@netapp.com>
Subject: [PATCH] multipath-tools: add two rdac devices
Date: Sat, 13 Aug 2016 18:05:01 +0200	[thread overview]
Message-ID: <1471104301-5702-1-git-send-email-xose.vazquez@gmail.com> (raw)

Sun StorEdge 6130 and SGI TP9700.

They were include in the kernel rdac side, but never in mpt:
https://bugzilla.redhat.com/524335
https://marc.info/?l=dm-devel&m=130203604024614

Cc: Sean Stewart <Sean.Stewart@netapp.com>
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a489d6c..10d89d7 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -613,7 +613,7 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		.vendor        = "SGI",
-		.product       = "TP9[345]00",
+		.product       = "TP9[3457]00",
 		.bl_product    = "Universal Xport",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.checker_name  = RDAC,
@@ -715,9 +715,9 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 30,
 	},
 	{
-		/* 6140 */
+		/* 6130 / 6140 */
 		.vendor        = "SUN",
-		.product       = "CSM200_R",
+		.product       = "CSM[12]00_R",
 		.bl_product    = "Universal Xport",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.checker_name  = RDAC,
-- 
2.7.4

             reply	other threads:[~2016-08-13 16:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-13 16:05 Xose Vazquez Perez [this message]
2016-08-16  7:41 ` [PATCH] multipath-tools: add two rdac devices 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=1471104301-5702-1-git-send-email-xose.vazquez@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=Sean.Stewart@netapp.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.