[dm-devel] [PATCH 2/5] multipath-tools: add XIV/NEXTRA to hardware table

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Sep 23 23:39:00 UTC 2017


Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at 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




More information about the dm-devel mailing list