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.
55 lines
1.5 KiB
55 lines
1.5 KiB
7 years ago
|
---
|
||
|
libmultipath/hwtable.c | 16 ++++++++++++++++
|
||
|
multipath.conf.defaults | 11 +++++++++++
|
||
|
2 files changed, 27 insertions(+)
|
||
|
|
||
|
Index: multipath-tools-130222/libmultipath/hwtable.c
|
||
|
===================================================================
|
||
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c
|
||
|
+++ multipath-tools-130222/libmultipath/hwtable.c
|
||
|
@@ -1166,6 +1166,22 @@ static struct hwentry default_hw[] = {
|
||
|
.prio_name = DEFAULT_PRIO,
|
||
|
.prio_args = NULL,
|
||
|
},
|
||
|
+ {
|
||
|
+ .vendor = "PURE",
|
||
|
+ .product = "FlashArray",
|
||
|
+ .features = DEFAULT_FEATURES,
|
||
|
+ .hwhandler = DEFAULT_HWHANDLER,
|
||
|
+ .selector = "queue-length 0",
|
||
|
+ .pgpolicy = MULTIBUS,
|
||
|
+ .pgfailback = -FAILBACK_IMMEDIATE,
|
||
|
+ .checker_name = TUR,
|
||
|
+ .fast_io_fail = 10,
|
||
|
+ .user_friendly_names = USER_FRIENDLY_NAMES_OFF,
|
||
|
+ .prio_name = DEFAULT_PRIO,
|
||
|
+ .no_path_retry = 0,
|
||
|
+ .dev_loss = 60,
|
||
|
+ .prio_args = NULL,
|
||
|
+ },
|
||
|
/*
|
||
|
* EOL
|
||
|
*/
|
||
|
Index: multipath-tools-130222/multipath.conf.defaults
|
||
|
===================================================================
|
||
|
--- multipath-tools-130222.orig/multipath.conf.defaults
|
||
|
+++ multipath-tools-130222/multipath.conf.defaults
|
||
|
@@ -963,6 +963,17 @@
|
||
|
# failback immediate
|
||
|
# fast_io_fail_tmo 15
|
||
|
# }
|
||
|
+# device {
|
||
|
+# vendor "PURE"
|
||
|
+# path_selector "queue-length 0"
|
||
|
+# path_grouping_policy "multibus"
|
||
|
+# path_checker "tur"
|
||
|
+# fast_io_fail_tmo 10
|
||
|
+# user_friendly_names "no"
|
||
|
+# no_path_retry 0
|
||
|
+# features 0
|
||
|
+# dev_loss_tmo 60
|
||
|
+# }
|
||
|
#}
|
||
|
#multipaths {
|
||
|
#}
|