Blame SOURCES/0228-RHBZ-1464634-hauwei-config-update.patch
|
|
4728c8 |
---
|
|
|
4728c8 |
libmultipath/hwtable.c | 5 ++++-
|
|
|
4728c8 |
1 file changed, 4 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 |
@@ -1163,9 +1163,12 @@ static struct hwentry default_hw[] = {
|
|
|
4728c8 |
.product = "XSG1",
|
|
|
4728c8 |
.features = DEFAULT_FEATURES,
|
|
|
4728c8 |
.hwhandler = DEFAULT_HWHANDLER,
|
|
|
4728c8 |
- .pgpolicy = MULTIBUS,
|
|
|
4728c8 |
+ .pgpolicy = GROUP_BY_PRIO,
|
|
|
4728c8 |
+ .prio_name = PRIO_ALUA,
|
|
|
4728c8 |
+ .prio_args = NULL,
|
|
|
4728c8 |
.pgfailback = -FAILBACK_IMMEDIATE,
|
|
|
4728c8 |
.checker_name = TUR,
|
|
|
4728c8 |
+ .dev_loss = 30,
|
|
|
4728c8 |
},
|
|
|
4728c8 |
{
|
|
|
4728c8 |
/*
|