diff mbox

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

Message ID 1469838506-15689-7-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Xose Vazquez Perez July 30, 2016, 12:28 a.m. UTC
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@emc.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 | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

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
 	 */