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.
44 lines
1.4 KiB
44 lines
1.4 KiB
This patch provides hwtable updates for NETAPP/LSI/ENGENIO E-Series arrays, |
|
utilizing new features to detect TPGS support, automatically. |
|
|
|
Signed-off-by: Sean Stewart <Sean.Stewart@netapp.com> |
|
|
|
--- |
|
--- |
|
libmultipath/hwtable.c | 12 +++++++++--- |
|
1 file changed, 9 insertions(+), 3 deletions(-) |
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c |
|
+++ multipath-tools-130222/libmultipath/hwtable.c |
|
@@ -1046,9 +1046,13 @@ static struct hwentry default_hw[] = { |
|
.checker_name = RDAC, |
|
.prio_name = PRIO_RDAC, |
|
}, |
|
- /* LSI/Engenio/NetApp E-Series RDAC storage */ |
|
+ /* LSI/Engenio/NetApp E-Series RDAC storage |
|
+ * |
|
+ * Maintainer : Sean Stewart |
|
+ * Mail : sean.stewart@netapp.com |
|
+ */ |
|
{ |
|
- .vendor = "(LSI|ENGENIO)", |
|
+ .vendor = "(NETAPP|LSI|ENGENIO)", |
|
.product = "INF-01-00", |
|
.bl_product = "Universal Xport", |
|
.features = "2 pg_init_retries 50", |
|
@@ -1056,10 +1060,12 @@ static struct hwentry default_hw[] = { |
|
.pgpolicy = GROUP_BY_PRIO, |
|
.pgfailback = -FAILBACK_IMMEDIATE, |
|
.rr_weight = RR_WEIGHT_NONE, |
|
- .no_path_retry = 15, |
|
+ .no_path_retry = 30, |
|
.checker_name = RDAC, |
|
.prio_name = PRIO_RDAC, |
|
.prio_args = NULL, |
|
+ .detect_prio = DETECT_PRIO_ON, |
|
+ .retain_hwhandler = RETAIN_HWHANDLER_ON, |
|
}, |
|
{ |
|
.vendor = "STK",
|
|
|