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
840 B
28 lines
840 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 |
|
@@ -748,6 +748,19 @@ static struct hwentry default_hw[] = { |
|
.prio_name = PRIO_RDAC, |
|
.prio_args = NULL, |
|
}, |
|
+ { |
|
+ .vendor = "LENOVO", |
|
+ .product = "DE_Series", |
|
+ .bl_product = "Universal Xport", |
|
+ .features = "2 pg_init_retries 50", |
|
+ .hwhandler = "1 rdac", |
|
+ .pgpolicy = GROUP_BY_PRIO, |
|
+ .pgfailback = -FAILBACK_IMMEDIATE, |
|
+ .no_path_retry = 30, |
|
+ .checker_name = RDAC, |
|
+ .prio_name = PRIO_RDAC, |
|
+ .prio_args = NULL, |
|
+ }, |
|
/* |
|
* NETAPP controller family |
|
*
|
|
|