Message ID | 20220223221645.15829-1-xose.vazquez@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | christophe varoqui |
Headers | show |
Series | multipath-tools: add DellEMC/ME5 (PowerVault ME5) to hardware table | expand |
On Wed, 2022-02-23 at 23:16 +0100, Xose Vazquez Perez wrote: > Convert PowerVault ME4 template for all ME series. > > 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 bd157103..7f89dd2c 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -397,9 +397,9 @@ static struct hwentry default_hw[] = { .fast_io_fail = 15, }, { - /* PowerVault ME4 */ + /* PowerVault ME 4/5 families */ .vendor = "DellEMC", - .product = "ME4", + .product = "^ME", .pgpolicy = GROUP_BY_PRIO, .prio_name = PRIO_ALUA, .hwhandler = "1 alua",
Convert PowerVault ME4 template for all ME series. 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(-)