All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [PATCH] libmultipath: hwtable: remove ETERNUS AB/HB NVMe
@ 2022-06-09  9:05 mwilck
  2022-06-09 15:22 ` Benjamin Marzinski
  0 siblings, 1 reply; 2+ messages in thread
From: mwilck @ 2022-06-09  9:05 UTC (permalink / raw)
  To: Christophe Varoqui, Benjamin Marzinski
  Cc: dm-devel, Xose Vazquez Perez, Martin Wilck, Steven Schremmer

From: Martin Wilck <mwilck@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@netapp.com>
Cc: Xose Vazquez Perez <xose.vazquez@gmail.com>
Signed-off-by: Martin Wilck <mwilck@suse.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

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [dm-devel] [PATCH] libmultipath: hwtable: remove ETERNUS AB/HB NVMe
  2022-06-09  9:05 [dm-devel] [PATCH] libmultipath: hwtable: remove ETERNUS AB/HB NVMe mwilck
@ 2022-06-09 15:22 ` Benjamin Marzinski
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Marzinski @ 2022-06-09 15:22 UTC (permalink / raw)
  To: mwilck; +Cc: Christophe Varoqui, dm-devel, Xose Vazquez Perez, Steven Schremmer

On Thu, Jun 09, 2022 at 11:05:54AM +0200, mwilck@suse.com wrote:
> From: Martin Wilck <mwilck@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@netapp.com>
> Cc: Xose Vazquez Perez <xose.vazquez@gmail.com>
> Signed-off-by: Martin Wilck <mwilck@suse.com>

Reviewed-by: Benjamin Marzinski <bmarzins@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
--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-09 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09  9:05 [dm-devel] [PATCH] libmultipath: hwtable: remove ETERNUS AB/HB NVMe mwilck
2022-06-09 15:22 ` Benjamin Marzinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.