[dm-devel] [PATCH 07/18] multipath-tools: add EMC/Celerra to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 30 00:28:15 UTC 2016


Based on documentation of the manufacturer:
http://www.emc.com/collateral/TechnicalDocument/docu5128.pdf

vendor "EMC"
product "Celerra"
path_grouping_policy "multibus"
path_checker "tur"
no_path_retry "30"

Cc: Edward Goggin <egoggin at emc.com>
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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 6ea20b2..d1e9c81 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -186,6 +186,12 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.pgfailback    = FAILBACK_UNDEF,
 	},
+	{
+		.vendor        = "EMC",
+		.product       = "Celerra",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 30,
+	},
 	/*
 	 * DELL
 	 */
-- 
2.7.4




More information about the dm-devel mailing list