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.
24 lines
648 B
24 lines
648 B
4 years ago
|
---
|
||
|
libmultipath/hwtable.c | 8 ++++++++
|
||
|
1 file changed, 8 insertions(+)
|
||
|
|
||
|
Index: multipath-tools-130222/libmultipath/hwtable.c
|
||
|
===================================================================
|
||
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c
|
||
|
+++ multipath-tools-130222/libmultipath/hwtable.c
|
||
|
@@ -1194,6 +1194,14 @@ static struct hwentry default_hw[] = {
|
||
|
.detect_prio = DETECT_PRIO_ON,
|
||
|
.checker_name = NONE,
|
||
|
},
|
||
|
+ {
|
||
|
+ .vendor = "NVME",
|
||
|
+ .product = "^EMC PowerMax_",
|
||
|
+ .uid_attribute = "ID_WWN",
|
||
|
+ .pgpolicy = MULTIBUS,
|
||
|
+ .checker_name = NONE,
|
||
|
+ .prio_name = DEFAULT_PRIO,
|
||
|
+ },
|
||
|
/*
|
||
|
* EOL
|
||
|
*/
|