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

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