Blame SOURCES/0199-RHBZ-1279355-3pardata-config.patch
|
|
4ae388 |
---
|
|
|
4ae388 |
libmultipath/hwtable.c | 2 +-
|
|
|
4ae388 |
1 file changed, 1 insertion(+), 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 |
@@ -69,7 +69,7 @@ static struct hwentry default_hw[] = {
|
|
|
4ae388 |
.pgpolicy = MULTIBUS,
|
|
|
4ae388 |
.pgfailback = FAILBACK_UNDEF,
|
|
|
4ae388 |
.rr_weight = RR_WEIGHT_NONE,
|
|
|
4ae388 |
- .no_path_retry = NO_PATH_RETRY_UNDEF,
|
|
|
4ae388 |
+ .no_path_retry = 12,
|
|
|
4ae388 |
.checker_name = DEFAULT_CHECKER,
|
|
|
4ae388 |
.prio_name = DEFAULT_PRIO,
|
|
|
4ae388 |
.prio_args = NULL,
|