Blame SOURCES/0165-UPBZ-1341748-MSA-2040-conf.patch

4728c8
---
4728c8
 libmultipath/hwtable.c |   15 +++++++++++++++
4728c8
 1 file changed, 15 insertions(+)
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
@@ -175,6 +175,21 @@ static struct hwentry default_hw[] = {
4728c8
 		.prio_name     = PRIO_ALUA,
4728c8
 		.prio_args     = NULL,
4728c8
 	},
4728c8
+	{
4728c8
+		/* HP MSA 1040/2040 product family */
4728c8
+		.vendor        = "HP",
4728c8
+		.product       = "MSA (1|2)040 SA(N|S)",
4728c8
+		.features      = DEFAULT_FEATURES,
4728c8
+		.hwhandler     = DEFAULT_HWHANDLER,
4728c8
+		.pgpolicy      = GROUP_BY_PRIO,
4728c8
+		.pgfailback    = -FAILBACK_IMMEDIATE,
4728c8
+		.rr_weight     = RR_WEIGHT_NONE,
4728c8
+		.no_path_retry = 18,
4728c8
+		.minio         = 100,
4728c8
+		.checker_name  = TUR,
4728c8
+		.prio_name     = PRIO_ALUA,
4728c8
+		.prio_args     = NULL,
4728c8
+	},
4728c8
 
4728c8
 	{
4728c8
 		/* HP SVSP */