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