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

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