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

04f29f
---
04f29f
 libmultipath/hwtable.c |    3 ++-
04f29f
 1 file changed, 2 insertions(+), 1 deletion(-)
04f29f
04f29f
Index: multipath-tools-130222/libmultipath/hwtable.c
04f29f
===================================================================
04f29f
--- multipath-tools-130222.orig/libmultipath/hwtable.c
04f29f
+++ multipath-tools-130222/libmultipath/hwtable.c
04f29f
@@ -1125,9 +1125,10 @@ static struct hwentry default_hw[] = {
04f29f
 		.prio_name     = PRIO_ALUA,
04f29f
 		.prio_args     = NULL,
04f29f
 		.pgfailback    = -FAILBACK_IMMEDIATE,
04f29f
+		.checker_name  = TUR,
04f29f
 		.selector      = "round-robin 0",
04f29f
 		.dev_loss      = MAX_DEV_LOSS_TMO,
04f29f
-		.fast_io_fail  = 1,
04f29f
+		.fast_io_fail  = 5,
04f29f
 	},
04f29f
 	{
04f29f
 		.vendor        = "XtremIO",