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

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