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

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