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

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