[dm-devel] [Patch] multipathing-tools: Add Dell 32xx/i support into hardware table

Yanqing_Liu at Dell.com Yanqing_Liu at Dell.com
Mon Aug 24 16:08:59 UTC 2009


Hello all,

This patch adds Dell MD32xx/i atorage arrays into hardwarae table for
multipathing tool.

Signed-off-by: Yanqing Liu <Yanqing_Liu at Dell.com>
Signed-off-by: Babu Moger  <Babu.Moger at lsi.com>

---

--- multipath-tools/libmultipath/hwtable.c.orig	2009-08-05
17:47:43.000000000 -0500
+++ multipath-tools/libmultipath/hwtable.c	2009-08-05
17:54:11.000000000 -0500
@@ -686,6 +686,38 @@ static struct hwentry default_hw[] = {
 		.checker_name  = RDAC,
 		.prio_name     = PRIO_RDAC,
 	},
+	{
+		/* DELL MD32xx */
+		.vendor        = "DELL",
+		.product       = "MD32xx",
+		.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,
+	},
+	{
+		/* DELL MD32xxi */
+		.vendor        = "DELL",
+		.product       = "MD32xxi",
+		.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,
+	},
 	/*
 	 * NETAPP controller family
 	 *




More information about the dm-devel mailing list