Blame SOURCES/0116-UPBZ-1188179-dell-36xxi.patch

f20720
---
f20720
 libmultipath/hwtable.c  |   30 ++++++++++++++++++++++++++++++
f20720
 multipath.conf.defaults |   26 ++++++++++++++++++++++++++
f20720
 2 files changed, 56 insertions(+)
f20720
f20720
Index: multipath-tools-130222/libmultipath/hwtable.c
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/libmultipath/hwtable.c
f20720
+++ multipath-tools-130222/libmultipath/hwtable.c
f20720
@@ -772,6 +772,36 @@ static struct hwentry default_hw[] = {
f20720
 		.prio_name     = PRIO_RDAC,
f20720
 		.prio_args     = NULL,
f20720
 	},
f20720
+	{
f20720
+		/* DELL MD36xxi */
f20720
+		.vendor        = "DELL",
f20720
+		.product       = "MD36xxi",
f20720
+		.bl_product    = "Universal Xport",
f20720
+		.features      = "2 pg_init_retries 50",
f20720
+		.hwhandler     = "1 rdac",
f20720
+		.pgpolicy      = GROUP_BY_PRIO,
f20720
+		.pgfailback    = -FAILBACK_IMMEDIATE,
f20720
+		.rr_weight     = RR_WEIGHT_NONE,
f20720
+		.no_path_retry = 15,
f20720
+		.checker_name  = RDAC,
f20720
+		.prio_name     = PRIO_RDAC,
f20720
+		.prio_args     = NULL,
f20720
+	},
f20720
+	{
f20720
+		/* DELL MD36xxf */
f20720
+		.vendor        = "DELL",
f20720
+		.product       = "MD36xxf",
f20720
+		.bl_product    = "Universal Xport",
f20720
+		.features      = "2 pg_init_retries 50",
f20720
+		.hwhandler     = "1 rdac",
f20720
+		.pgpolicy      = GROUP_BY_PRIO,
f20720
+		.pgfailback    = -FAILBACK_IMMEDIATE,
f20720
+		.rr_weight     = RR_WEIGHT_NONE,
f20720
+		.no_path_retry = 15,
f20720
+		.checker_name  = RDAC,
f20720
+		.prio_name     = PRIO_RDAC,
f20720
+		.prio_args     = NULL,
f20720
+	},
f20720
 	/*
f20720
 	 * NETAPP controller family
f20720
 	 *
f20720
Index: multipath-tools-130222/multipath.conf.defaults
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipath.conf.defaults
f20720
+++ multipath-tools-130222/multipath.conf.defaults
f20720
@@ -655,6 +655,32 @@
f20720
 #		no_path_retry 15
f20720
 #	}
f20720
 #	device {
f20720
+#		vendor "DELL"
f20720
+#		product "MD36xxi"
f20720
+#		product_blacklist "Universal Xport"
f20720
+#		path_grouping_policy "group_by_prio"
f20720
+#		path_checker "rdac"
f20720
+#		features "2 pg_init_retries 50"
f20720
+#		hardware_handler "1 rdac"
f20720
+#		prio "rdac"
f20720
+#		failback "immediate"
f20720
+#		rr_weight "uniform"
f20720
+#		no_path_retry 15
f20720
+#	}
f20720
+#	device {
f20720
+#		vendor "DELL"
f20720
+#		product "MD36xxf"
f20720
+#		product_blacklist "Universal Xport"
f20720
+#		path_grouping_policy "group_by_prio"
f20720
+#		path_checker "rdac"
f20720
+#		features "2 pg_init_retries 50"
f20720
+#		hardware_handler "1 rdac"
f20720
+#		prio "rdac"
f20720
+#		failback "immediate"
f20720
+#		rr_weight "uniform"
f20720
+#		no_path_retry 15
f20720
+#	}
f20720
+#	device {
f20720
 #		vendor "NETAPP"
f20720
 #		product "LUN.*"
f20720
 #		path_grouping_policy "group_by_prio"