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>
Subject: [PATCH 2/5] multipath-tools: add XIV/NEXTRA to hardware table
Date: Sun, 24 Sep 2017 01:39:00 +0200	[thread overview]
Message-ID: <20170923233903.24792-3-xose.vazquez@gmail.com> (raw)
In-Reply-To: <20170923233903.24792-1-xose.vazquez@gmail.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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 2400473..6074e93 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -568,8 +568,8 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		/* XIV Storage System / FlashSystem A9000/A9000R */
-		.vendor        = "IBM",
-		.product       = "2810XIV",
+		.vendor        = "(XIV|IBM)",
+		.product       = "(NEXTRA|2810XIV)",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
 		.pgpolicy      = MULTIBUS,
 	},
-- 
2.13.5

  parent reply	other threads:[~2017-09-23 23:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
2017-09-23 23:38 ` [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table Xose Vazquez Perez
2017-09-23 23:39 ` Xose Vazquez Perez [this message]
2017-09-23 23:39 ` [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall Xose Vazquez Perez
2017-09-23 23:39 ` [PATCH 4/5] multipath-tools: add TMS/RamSan to hardware table Xose Vazquez Perez
2017-09-23 23:39 ` [PATCH 5/5] multipath-tools: add AccelStor/NeoSapphire " Xose Vazquez Perez
2017-09-29 19:10 ` [PATCH 0/5] new devices + one fix Martin Wilck
2017-09-29 20:41   ` Xose Vazquez Perez

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=20170923233903.24792-3-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 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.