[dm-devel] [PATCH resend] multipath-tools: add Vexata(by StorCentric) VX arrays

Xose Vazquez Perez xose.vazquez at gmail.com
Wed Dec 16 22:17:39 UTC 2020


https://support.sas.com/resources/papers/performance-tuning-sas-vexata-systems.pdf

Reviewed-by: Martin Wilck <mwilck at suse.com>
Cc: Martin Wilck <mwilck at suse.com>
Cc: Benjamin Marzinski <bmarzins at redhat.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEVEL ML <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index f5a3729e..a54cc0a3 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1190,6 +1190,14 @@ static struct hwentry default_hw[] = {
 		.product       = "Magnitude",
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 30,
+	},
+		/* Vexata */
+	{
+		/* VX */
+		.vendor        = "Vexata",
+		.product       = "VX",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 30,
 	},
 	/*
 	 * Promise Technology
-- 
2.28.0




More information about the dm-devel mailing list