All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table
@ 2022-05-15 13:08 Xose Vazquez Perez
  2022-05-18  6:55 ` Martin Wilck
  2022-05-18 20:38 ` Schremmer, Steven
  0 siblings, 2 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2022-05-15 13:08 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, NetApp RDAC team, DM-DEVEL ML,
	Christophe Varoqui, Martin Wilck

Info from (page 88):
https://sp.ts.fujitsu.com/dmsp/Publications/public/a3ca08733-a105-EN.pdf

Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@netapp.com>
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 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 47ea5d3d..39daadc2 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -477,6 +477,15 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.no_path_retry = 30,
 	},
+	{
+		/* ETERNUS AB/HB NVMe */
+		.vendor        = "NVME",
+		.product       = "Fujitsu ETERNUS AB/HB Series",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.prio_name     = PRIO_ANA,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.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] 3+ messages in thread

* Re: [dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table
  2022-05-15 13:08 [dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table Xose Vazquez Perez
@ 2022-05-18  6:55 ` Martin Wilck
  2022-05-18 20:38 ` Schremmer, Steven
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Wilck @ 2022-05-18  6:55 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: NetApp RDAC team, DM-DEVEL ML, Christophe Varoqui

On Sun, 2022-05-15 at 15:08 +0200, Xose Vazquez Perez wrote:
> Info from (page 88):
> https://sp.ts.fujitsu.com/dmsp/Publications/public/a3ca08733-a105-EN.pdf
> 
> Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@netapp.com>
> 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 | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 47ea5d3d..39daadc2 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -477,6 +477,15 @@ static struct hwentry default_hw[] = {
>                 .pgfailback    = -FAILBACK_IMMEDIATE,
>                 .no_path_retry = 30,
>         },
> +       {
> +               /* ETERNUS AB/HB NVMe */
> +               .vendor        = "NVME",
> +               .product       = "Fujitsu ETERNUS AB/HB Series",
> +               .pgpolicy      = GROUP_BY_PRIO,
> +               .prio_name     = PRIO_ANA,
> +               .pgfailback    = -FAILBACK_IMMEDIATE,
> +               .no_path_retry = 30,
> +       },
>         /*
>          * Hitachi Vantara
>          *

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

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


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

* Re: [dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table
  2022-05-15 13:08 [dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table Xose Vazquez Perez
  2022-05-18  6:55 ` Martin Wilck
@ 2022-05-18 20:38 ` Schremmer, Steven
  1 sibling, 0 replies; 3+ messages in thread
From: Schremmer, Steven @ 2022-05-18 20:38 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: ng-eseries-upstream-maintainers, Martin Wilck, DM-DEVEL ML,
	Christophe Varoqui

> From: Xose Vazquez Perez <xose.vazquez@gmail.com>
> Info from (page 88):
> https://sp.ts.fujitsu.com/dmsp/Publications/public/a3ca08733-a105-EN.pdf
> 
> Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@netapp.com>
> 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 | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 47ea5d3d..39daadc2 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -477,6 +477,15 @@ static struct hwentry default_hw[] = {
>                 .pgfailback    = -FAILBACK_IMMEDIATE,
>                 .no_path_retry = 30,
>         },
> +       {
> +               /* ETERNUS AB/HB NVMe */
> +               .vendor        = "NVME",
> +               .product       = "Fujitsu ETERNUS AB/HB Series",
> +               .pgpolicy      = GROUP_BY_PRIO,
> +               .prio_name     = PRIO_ANA,
> +               .pgfailback    = -FAILBACK_IMMEDIATE,
> +               .no_path_retry = 30,
> +       },
>         /*
>          * Hitachi Vantara
>          *
> --
> 2.36.1

Nak. These settings are only supported in certain configurations.

Thanks,
Steve

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


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

end of thread, other threads:[~2022-05-20  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 13:08 [dm-devel] [PATCH] multipath-tools: add ETERNUS AB/HB (relabeled NetApp E-Series) NVMe to hardware table Xose Vazquez Perez
2022-05-18  6:55 ` Martin Wilck
2022-05-18 20:38 ` Schremmer, Steven

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.