Add 0145-multipath-tools-add-DellEMC-ME4-PowerVault-ME4-to-ha.patch Add 0146-multipath-tools-add-HPE-as-vendor-for-OPEN-XP8-array.patch Add 0147-multipath-tools-add-HP-HSVX740-to-hwtable.patch Add 0148-multipath-tools-add-DellEMC-ME5-PowerVault-ME5-to-ha.patch Add 0149-multipath-tools-add-HPE-MSA-Gen7-2070-2072-to-hwtabl.patch * Fixes RHEL-103109 ("Update multipath builtin config to add new device defaults") Resolves: RHEL-103109
33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Date: Thu, 24 Feb 2022 22:23:34 +0100
|
|
Subject: [PATCH] multipath-tools: add HPE as vendor for OPEN- (XP8 arrays)
|
|
|
|
Cc: Matthias Rudolph <Matthias.Rudolph@hitachivantara.com>
|
|
Cc: Martin Wilck <mwilck@suse.com>
|
|
Cc: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
|
|
Cc: DM-DEVEL ML <dm-devel@redhat.com>
|
|
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Reviewed-by: Martin Wilck <mwilck@suse.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/hwtable.c | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
|
|
index d493a5ce..d556f25d 100644
|
|
--- a/libmultipath/hwtable.c
|
|
+++ b/libmultipath/hwtable.c
|
|
@@ -476,8 +476,8 @@ static struct hwentry default_hw[] = {
|
|
* Maintainer: Matthias Rudolph <Matthias.Rudolph@hitachivantara.com>
|
|
*/
|
|
{
|
|
- /* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families / HP XP */
|
|
- .vendor = "(HITACHI|HP)",
|
|
+ /* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families / HPE XP */
|
|
+ .vendor = "(HITACHI|HP|HPE)",
|
|
.product = "^OPEN-",
|
|
.pgpolicy = MULTIBUS,
|
|
},
|