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.
30 lines
897 B
30 lines
897 B
--- |
|
libmultipath/hwtable.c | 15 +++++++++++++++ |
|
1 file changed, 15 insertions(+) |
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c |
|
+++ multipath-tools-130222/libmultipath/hwtable.c |
|
@@ -175,6 +175,21 @@ static struct hwentry default_hw[] = { |
|
.prio_name = PRIO_ALUA, |
|
.prio_args = NULL, |
|
}, |
|
+ { |
|
+ /* HP MSA 1040/2040 product family */ |
|
+ .vendor = "HP", |
|
+ .product = "MSA (1|2)040 SA(N|S)", |
|
+ .features = DEFAULT_FEATURES, |
|
+ .hwhandler = DEFAULT_HWHANDLER, |
|
+ .pgpolicy = GROUP_BY_PRIO, |
|
+ .pgfailback = -FAILBACK_IMMEDIATE, |
|
+ .rr_weight = RR_WEIGHT_NONE, |
|
+ .no_path_retry = 18, |
|
+ .minio = 100, |
|
+ .checker_name = TUR, |
|
+ .prio_name = PRIO_ALUA, |
|
+ .prio_args = NULL, |
|
+ }, |
|
|
|
{ |
|
/* HP SVSP */
|
|
|