Blame SOURCES/0267-RHBZ-1661156-powermax-config.patch
|
|
4ae388 |
---
|
|
|
4ae388 |
libmultipath/hwtable.c | 8 ++++++++
|
|
|
4ae388 |
1 file changed, 8 insertions(+)
|
|
|
4ae388 |
|
|
|
4ae388 |
Index: multipath-tools-130222/libmultipath/hwtable.c
|
|
|
4ae388 |
===================================================================
|
|
|
4ae388 |
--- multipath-tools-130222.orig/libmultipath/hwtable.c
|
|
|
4ae388 |
+++ multipath-tools-130222/libmultipath/hwtable.c
|
|
|
4ae388 |
@@ -1194,6 +1194,14 @@ static struct hwentry default_hw[] = {
|
|
|
4ae388 |
.detect_prio = DETECT_PRIO_ON,
|
|
|
4ae388 |
.checker_name = NONE,
|
|
|
4ae388 |
},
|
|
|
4ae388 |
+ {
|
|
|
4ae388 |
+ .vendor = "NVME",
|
|
|
4ae388 |
+ .product = "^EMC PowerMax_",
|
|
|
4ae388 |
+ .uid_attribute = "ID_WWN",
|
|
|
4ae388 |
+ .pgpolicy = MULTIBUS,
|
|
|
4ae388 |
+ .checker_name = NONE,
|
|
|
4ae388 |
+ .prio_name = DEFAULT_PRIO,
|
|
|
4ae388 |
+ },
|
|
|
4ae388 |
/*
|
|
|
4ae388 |
* EOL
|
|
|
4ae388 |
*/
|