Blame SOURCES/0217-RHBZ-1448576-3PAR-config.patch

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