Blame SOURCES/0033-RHBZ-829963-e-series-conf.patch

4728c8
This patch provides hwtable updates for NETAPP/LSI/ENGENIO E-Series arrays,
4728c8
utilizing new features to detect TPGS support, automatically.
4728c8
4728c8
Signed-off-by: Sean Stewart <Sean.Stewart@netapp.com>
4728c8
4728c8
---
4728c8
---
4728c8
 libmultipath/hwtable.c |   12 +++++++++---
4728c8
 1 file changed, 9 insertions(+), 3 deletions(-)
4728c8
4728c8
Index: multipath-tools-130222/libmultipath/hwtable.c
4728c8
===================================================================
4728c8
--- multipath-tools-130222.orig/libmultipath/hwtable.c
4728c8
+++ multipath-tools-130222/libmultipath/hwtable.c
4728c8
@@ -1046,9 +1046,13 @@ static struct hwentry default_hw[] = {
4728c8
 		.checker_name  = RDAC,
4728c8
 		.prio_name     = PRIO_RDAC,
4728c8
 	},
4728c8
-	/* LSI/Engenio/NetApp E-Series RDAC storage */
4728c8
+	/* LSI/Engenio/NetApp E-Series RDAC storage
4728c8
+	 *
4728c8
+	 * Maintainer : Sean Stewart
4728c8
+	 * Mail : sean.stewart@netapp.com
4728c8
+	 */
4728c8
 	{
4728c8
-		.vendor        = "(LSI|ENGENIO)",
4728c8
+		.vendor        = "(NETAPP|LSI|ENGENIO)",
4728c8
 		.product       = "INF-01-00",
4728c8
 		.bl_product    = "Universal Xport",
4728c8
 		.features      = "2 pg_init_retries 50",
4728c8
@@ -1056,10 +1060,12 @@ static struct hwentry default_hw[] = {
4728c8
 		.pgpolicy      = GROUP_BY_PRIO,
4728c8
 		.pgfailback    = -FAILBACK_IMMEDIATE,
4728c8
 		.rr_weight     = RR_WEIGHT_NONE,
4728c8
-		.no_path_retry = 15,
4728c8
+		.no_path_retry = 30,
4728c8
 		.checker_name  = RDAC,
4728c8
 		.prio_name     = PRIO_RDAC,
4728c8
 		.prio_args     = NULL,
4728c8
+		.detect_prio   = DETECT_PRIO_ON,
4728c8
+		.retain_hwhandler = RETAIN_HWHANDLER_ON,
4728c8
 	},
4728c8
 	{
4728c8
 		.vendor        = "STK",