Blame SOURCES/0204-RHBZ-1406226-nimble-config.patch

4728c8
---
4728c8
 libmultipath/hwtable.c |   13 +++++++++++++
4728c8
 1 file changed, 13 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
@@ -1189,6 +1189,19 @@ static struct hwentry default_hw[] = {
4728c8
 		.dev_loss      = 30,
4728c8
 	},
4728c8
 	{
4728c8
+		.vendor        = "Nimble",
4728c8
+		.product       = "Server",
4728c8
+		.features      = "1 queue_if_no_path",
4728c8
+		.hwhandler     = "1 alua",
4728c8
+		.pgpolicy      = GROUP_BY_PRIO,
4728c8
+		.prio_name     = PRIO_ALUA,
4728c8
+		.prio_args     = NULL,
4728c8
+		.pgfailback    = -FAILBACK_IMMEDIATE,
4728c8
+		.selector      = "round-robin 0",
4728c8
+		.dev_loss      = MAX_DEV_LOSS_TMO,
4728c8
+		.fast_io_fail  = 1,
4728c8
+	},
4728c8
+	{
4728c8
 		.vendor        = "XtremIO",
4728c8
 		.product       = "XtremApp",
4728c8
 		.features      = DEFAULT_FEATURES,