From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Xose Vazquez Perez Date: Thu, 24 Feb 2022 22:23:34 +0100 Subject: [PATCH] multipath-tools: add HPE as vendor for OPEN- (XP8 arrays) Cc: Matthias Rudolph Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez Reviewed-by: Martin Wilck Signed-off-by: Benjamin Marzinski --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 643caa32..3b9e0e0f 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -467,8 +467,8 @@ static struct hwentry default_hw[] = { * Maintainer: Matthias Rudolph */ { - /* 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, },