[dm-devel] [PATCH] libmultipath: hwtable: remove ETERNUS AB/HB NVMe

Benjamin Marzinski bmarzins at redhat.com
Thu Jun 9 15:22:31 UTC 2022


On Thu, Jun 09, 2022 at 11:05:54AM +0200, mwilck at suse.com wrote:
> From: Martin Wilck <mwilck at suse.com>
> 
> The previous patch "libmultipath: hwtable: remove obsolete NVMe entries"
> removed the entry for NetApp E-Series NVMe, but not the corresponding OEM
> entry for ETERNUS AB/HB NVMe. Fix it.
> 
> Cc: Steven Schremmer <Steve.Schremmer at netapp.com>
> Cc: Xose Vazquez Perez <xose.vazquez at gmail.com>
> Signed-off-by: Martin Wilck <mwilck at suse.com>

Reviewed-by: Benjamin Marzinski <bmarzins at redhat.com>

> ---
>  libmultipath/hwtable.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index fd4573f..513fa67 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -468,12 +468,6 @@ static struct hwentry default_hw[] = {
>  		.pgfailback    = -FAILBACK_IMMEDIATE,
>  		.no_path_retry = 30,
>  	},
> -	{
> -		/* ETERNUS AB/HB NVMe */
> -		.vendor        = "NVME",
> -		.product       = "Fujitsu ETERNUS AB/HB Series",
> -		.no_path_retry = 30,
> -	},
>  	/*
>  	 * Hitachi Vantara
>  	 *
> -- 
> 2.36.1


More information about the dm-devel mailing list