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

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