Blame SOURCES/0233-RHBZ-1451852-1482629-nimble-config.patch

f20720
---
f20720
 libmultipath/hwtable.c |    3 ++-
f20720
 1 file changed, 2 insertions(+), 1 deletion(-)
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
@@ -1125,9 +1125,10 @@ static struct hwentry default_hw[] = {
f20720
 		.prio_name     = PRIO_ALUA,
f20720
 		.prio_args     = NULL,
f20720
 		.pgfailback    = -FAILBACK_IMMEDIATE,
f20720
+		.checker_name  = TUR,
f20720
 		.selector      = "round-robin 0",
f20720
 		.dev_loss      = MAX_DEV_LOSS_TMO,
f20720
-		.fast_io_fail  = 1,
f20720
+		.fast_io_fail  = 5,
f20720
 	},
f20720
 	{
f20720
 		.vendor        = "XtremIO",