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

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