Blame SOURCES/0267-RHBZ-1661156-powermax-config.patch

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