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