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.
28 lines
826 B
28 lines
826 B
--- |
|
libmultipath/hwtable.c | 13 +++++++++++++ |
|
1 file changed, 13 insertions(+) |
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c |
|
+++ multipath-tools-130222/libmultipath/hwtable.c |
|
@@ -1121,6 +1121,19 @@ static struct hwentry default_hw[] = { |
|
.prio_name = PRIO_ALUA, |
|
.prio_args = NULL, |
|
}, |
|
+ { |
|
+ .vendor = "XtremIO", |
|
+ .product = "XtremApp", |
|
+ .features = DEFAULT_FEATURES, |
|
+ .hwhandler = DEFAULT_HWHANDLER, |
|
+ .selector = "queue-length 0", |
|
+ .pgpolicy = MULTIBUS, |
|
+ .pgfailback = -FAILBACK_IMMEDIATE, |
|
+ .checker_name = DIRECTIO, |
|
+ .fast_io_fail = 15, |
|
+ .prio_name = DEFAULT_PRIO, |
|
+ .prio_args = NULL, |
|
+ }, |
|
/* |
|
* EOL |
|
*/
|
|
|