On Thu, Dec 05, 2024 at 11:49:16PM +0100, Xose Vazquez Perez wrote: > 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> Reviewed-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> > --- > 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