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.
|
|
|
---
|
|
|
|
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
|
|
|
|
@@ -1189,6 +1189,19 @@ static struct hwentry default_hw[] = {
|
|
|
|
.dev_loss = 30,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
+ .vendor = "Nimble",
|
|
|
|
+ .product = "Server",
|
|
|
|
+ .features = "1 queue_if_no_path",
|
|
|
|
+ .hwhandler = "1 alua",
|
|
|
|
+ .pgpolicy = GROUP_BY_PRIO,
|
|
|
|
+ .prio_name = PRIO_ALUA,
|
|
|
|
+ .prio_args = NULL,
|
|
|
|
+ .pgfailback = -FAILBACK_IMMEDIATE,
|
|
|
|
+ .selector = "round-robin 0",
|
|
|
|
+ .dev_loss = MAX_DEV_LOSS_TMO,
|
|
|
|
+ .fast_io_fail = 1,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
.vendor = "XtremIO",
|
|
|
|
.product = "XtremApp",
|
|
|
|
.features = DEFAULT_FEATURES,
|