[dm-devel] [PATCH]:[multipath-tools] Adding the hwtable for LSI generic rdac storage devices

Moger, Babu Babu.Moger at lsi.com
Fri Mar 6 16:38:05 UTC 2009


This patch adds the hwtable for LSI rdac generic storage. Also sets the feature pg_init_retries to maximum(50).

Signed-off-by: Babu Moger <babu.moger at lsi.com>

---

--- multipath-tools/libmultipath/hwtable.c.orig	2009-03-04 14:33:11.000000000 -0600
+++ multipath-tools/libmultipath/hwtable.c	2009-03-04 14:43:57.000000000 -0600
@@ -837,6 +837,22 @@ static struct hwentry default_hw[] = {
 		.checker_name  = RDAC,
 		.prio_name     = PRIO_RDAC,
 	},
+	/* LSI Generic rdac storage */
+	{
+		.vendor        = "(LSI|ENGENIO)",
+		.product       = "INF-01-00",
+		.getuid        = DEFAULT_GETUID,
+		.features      = "2 pg_init_retries 50",
+		.hwhandler     = "1 rdac",
+		.selector      = DEFAULT_SELECTOR,
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.rr_weight     = RR_WEIGHT_NONE,
+		.no_path_retry = 15,
+		.minio         = DEFAULT_MINIO,
+		.checker_name  = RDAC,
+		.prio_name     = PRIO_RDAC,
+	},
 	/*
 	 * EOL
 	 */






More information about the dm-devel mailing list