You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
709 B
22 lines
709 B
--- |
|
libmultipath/hwtable.c | 5 ++++- |
|
1 file changed, 4 insertions(+), 1 deletion(-) |
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c |
|
+++ multipath-tools-130222/libmultipath/hwtable.c |
|
@@ -1163,9 +1163,12 @@ static struct hwentry default_hw[] = { |
|
.product = "XSG1", |
|
.features = DEFAULT_FEATURES, |
|
.hwhandler = DEFAULT_HWHANDLER, |
|
- .pgpolicy = MULTIBUS, |
|
+ .pgpolicy = GROUP_BY_PRIO, |
|
+ .prio_name = PRIO_ALUA, |
|
+ .prio_args = NULL, |
|
.pgfailback = -FAILBACK_IMMEDIATE, |
|
.checker_name = TUR, |
|
+ .dev_loss = 30, |
|
}, |
|
{ |
|
/*
|
|
|