[dm-devel] [PATCH] multipath-tools: add Promise/Vess to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Mon Nov 21 22:17:25 UTC 2016


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 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index c46b072..efccca9 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1037,6 +1037,16 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 30,
 	},
+	{
+		.vendor        = "Promise",
+		.product       = "Vess",
+		.bl_product    = "Vess V-LUN",
+		.hwhandler     = "1 alua",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.prio_name     = PRIO_ALUA,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Infortrend Technology
 	 */
-- 
2.10.2




More information about the dm-devel mailing list