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