Blame SOURCES/0217-RHBZ-1448576-3PAR-config.patch
|
|
4728c8 |
---
|
|
|
4728c8 |
libmultipath/hwtable.c | 15 +++++++++------
|
|
|
4728c8 |
1 file changed, 9 insertions(+), 6 deletions(-)
|
|
|
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 |
@@ -65,14 +65,17 @@ static struct hwentry default_hw[] = {
|
|
|
4728c8 |
.vendor = "3PARdata",
|
|
|
4728c8 |
.product = "VV",
|
|
|
4728c8 |
.features = DEFAULT_FEATURES,
|
|
|
4728c8 |
- .hwhandler = DEFAULT_HWHANDLER,
|
|
|
4728c8 |
- .pgpolicy = MULTIBUS,
|
|
|
4728c8 |
- .pgfailback = FAILBACK_UNDEF,
|
|
|
4728c8 |
+ .hwhandler = "1 alua",
|
|
|
4728c8 |
+ .pgpolicy = GROUP_BY_PRIO,
|
|
|
4728c8 |
+ .pgfailback = -FAILBACK_IMMEDIATE,
|
|
|
4728c8 |
.rr_weight = RR_WEIGHT_NONE,
|
|
|
4728c8 |
- .no_path_retry = 12,
|
|
|
4728c8 |
- .checker_name = DEFAULT_CHECKER,
|
|
|
4728c8 |
- .prio_name = DEFAULT_PRIO,
|
|
|
4728c8 |
+ .no_path_retry = 18,
|
|
|
4728c8 |
+ .checker_name = TUR,
|
|
|
4728c8 |
+ .prio_name = PRIO_ALUA,
|
|
|
4728c8 |
.prio_args = NULL,
|
|
|
4728c8 |
+ .selector = "service-time 0",
|
|
|
4728c8 |
+ .fast_io_fail = 10,
|
|
|
4728c8 |
+ .dev_loss = MAX_DEV_LOSS_TMO,
|
|
|
4728c8 |
},
|
|
|
4728c8 |
{
|
|
|
4728c8 |
.vendor = "DEC",
|