Blame SOURCES/0057-updated-HPE-MSA-builtin-config.patch

aebebb
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
aebebb
From: Benjamin Marzinski <bmarzins@redhat.com>
aebebb
Date: Fri, 29 Apr 2022 15:57:12 -0500
aebebb
Subject: [PATCH] updated HPE MSA builtin config
aebebb
aebebb
Make the config better align to MSA 4th, 5th and 6th Generation systems.
aebebb
aebebb
Cc: Jon.Paul@hpe.com
aebebb
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
aebebb
---
aebebb
 libmultipath/hwtable.c | 4 ++--
aebebb
 1 file changed, 2 insertions(+), 2 deletions(-)
aebebb
aebebb
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
aebebb
index a8ba28e3..d7c487b1 100644
aebebb
--- a/libmultipath/hwtable.c
aebebb
+++ b/libmultipath/hwtable.c
aebebb
@@ -182,8 +182,8 @@ static struct hwentry default_hw[] = {
aebebb
 	},
aebebb
 	{
aebebb
 		/* MSA 1040, 1050, 1060, 2040, 2050 and 2060 families */
aebebb
-		.vendor        = "HP",
aebebb
-		.product       = "MSA [12]0[456]0 SA[NS]",
aebebb
+		.vendor        = "(HP|HPE)",
aebebb
+		.product       = "MSA [12]0[456]0 (SAN|SAS|FC|iSCSI)",
aebebb
 		.pgpolicy      = GROUP_BY_PRIO,
aebebb
 		.pgfailback    = -FAILBACK_IMMEDIATE,
aebebb
 		.no_path_retry = 18,