[dm-devel] [PATCH] multipath-tools: add HPE MSA 1060/2060 to hwtable

Martin Wilck mwilck at suse.com
Wed Sep 9 19:24:04 UTC 2020


On Wed, 2020-09-09 at 17:48 +0200, Xose Vazquez Perez wrote:
> Cc: Martin Wilck <mwilck at suse.com>
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: DM-DEVEL ML <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>

I'm assuming you have this information from reliable sources. So:

Reviewed-by: Martin Wilck <mwilck at suse.com>

> ---
>  libmultipath/hwtable.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index d1fcfdb3..55162e0e 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -181,9 +181,9 @@ static struct hwentry default_hw[] = {
>  		.prio_name     = PRIO_ALUA,
>  	},
>  	{
> -		/* MSA 1040, 1050, 2040 and 2050 families */
> +		/* MSA 1040, 1050, 1060, 2040, 2050 and 2060 families
> */
>  		.vendor        = "HP",
> -		.product       = "MSA [12]0[45]0 SA[NS]",
> +		.product       = "MSA [12]0[456]0 SA[NS]",
>  		.pgpolicy      = GROUP_BY_PRIO,
>  		.pgfailback    = -FAILBACK_IMMEDIATE,
>  		.no_path_retry = 18,





More information about the dm-devel mailing list