Message ID | 20220224212334.25798-1-xose.vazquez@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | christophe varoqui |
Headers | show |
Series | [1/3] multipath-tools: identify more arrays under IBM/2145 ID | expand |
On Thu, 2022-02-24 at 22:23 +0100, Xose Vazquez Perez wrote: > 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> -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index cace23b7..7a4b78f1 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -467,8 +467,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, },
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> --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)