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

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