Thanks Xose, I had a lot of help finding the right contacts a few years ago to add MSA Gen6 you have solved that problem for me. The updates you show below are correct and approved from the HPE MSA R&D team. JP Jon Paul (970) 898-4375 Jon.Paul@xxxxxxx -----Original Message----- From: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> Sent: Thursday, December 5, 2024 3:49 PM Cc: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>; Paul, Jon (HPE Storage-Fort Collins) <jon.paul@xxxxxxx>; Martin Wilck <mwilck@xxxxxxxx>; Benjamin Marzinski <bmarzins@xxxxxxxxxx>; Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx>; DM-DEVEL ML <dm-devel@xxxxxxxxxxxxxxx> Subject: [PATCH RFC] multipath-tools: add HPE MSA Gen7 (2070/2072) to hwtable https://support.hpe.com/connect/s/product?kmpmoid=1014856412 Just guessing, confirmation from manufacturer is needed. Cc: Jon Paul <Jon.Paul@xxxxxxx> Cc: Martin Wilck <mwilck@xxxxxxxx> Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx> Cc: DM-DEVEL ML <dm-devel@xxxxxxxxxxxxxxx> Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 32118339..543f0bc1 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -188,9 +188,9 @@ static struct hwentry default_hw[] = { .prio_name = PRIO_ALUA, }, { - /* MSA 1040, 1050, 1060, 2040, 2050 and 2060 families */ + /* MSA 1040, 1050, 1060, 2040, 2050, 2060 and 2070 families */ .vendor = "(HP|HPE)", - .product = "MSA [12]0[456]0 (SAN|SAS|FC|iSCSI)", + .product = "MSA [12]0[4567]0 (SAN|SAS|FC|iSCSI)", .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, .no_path_retry = 18, -- 2.47.1