Blame SOURCES/0155-UPBZ-1300415-PURE-config.patch

f20720
---
f20720
 libmultipath/hwtable.c  |   16 ++++++++++++++++
f20720
 multipath.conf.defaults |   11 +++++++++++
f20720
 2 files changed, 27 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
@@ -1166,6 +1166,22 @@ static struct hwentry default_hw[] = {
f20720
 		.prio_name     = DEFAULT_PRIO,
f20720
 		.prio_args     = NULL,
f20720
 	},
f20720
+	{
f20720
+		.vendor        = "PURE",
f20720
+		.product       = "FlashArray",
f20720
+		.features      = DEFAULT_FEATURES,
f20720
+		.hwhandler     = DEFAULT_HWHANDLER,
f20720
+		.selector      = "queue-length 0",
f20720
+		.pgpolicy      = MULTIBUS,
f20720
+		.pgfailback    = -FAILBACK_IMMEDIATE,
f20720
+		.checker_name  = TUR,
f20720
+		.fast_io_fail  = 10,
f20720
+		.user_friendly_names = USER_FRIENDLY_NAMES_OFF,
f20720
+		.prio_name     = DEFAULT_PRIO,
f20720
+		.no_path_retry = 0,
f20720
+		.dev_loss      = 60,
f20720
+		.prio_args     = NULL,
f20720
+	},
f20720
 	/*
f20720
 	 * EOL
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
@@ -963,6 +963,17 @@
f20720
 #		failback immediate
f20720
 #		fast_io_fail_tmo 15
f20720
 #	}
f20720
+#	device {
f20720
+#		vendor "PURE"
f20720
+#		path_selector "queue-length 0"
f20720
+#		path_grouping_policy "multibus"
f20720
+#		path_checker "tur"
f20720
+#		fast_io_fail_tmo 10
f20720
+#		user_friendly_names "no"
f20720
+#		no_path_retry 0
f20720
+#		features 0
f20720
+#		dev_loss_tmo 60
f20720
+#	}
f20720
 #}
f20720
 #multipaths {
f20720
 #}