All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>,
	Xose Vazquez Perez <xose.vazquez@gmail.com>,
	Martin Wilck <mwilck@suse.com>, DM-DEVEL ML <dm-devel@redhat.com>
Subject: [dm-devel] [PATCH 9/9] multipath-tools: add Dell EMC PowerStore NVMe to hardware table
Date: Sun, 15 May 2022 01:01:48 +0200	[thread overview]
Message-ID: <20220514230148.139675-10-xose.vazquez@gmail.com> (raw)
In-Reply-To: <20220514230148.139675-1-xose.vazquez@gmail.com>

Info from (page 46):
https://dl.dell.com/content/manual37523884-dell-emc-powerstore-host-configuration-guide.pdf

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 bef1c8e5..47ea5d3d 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -403,6 +403,15 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 3,
 		.fast_io_fail  = 15,
 	},
+	{
+		/* PowerStore NVMe */
+		.vendor        = ".*",
+		.product       = "dellemc-powerstore",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.prio_name     = PRIO_ANA,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.no_path_retry = 3,
+	},
 	{
 		/* PowerVault ME 4/5 families */
 		.vendor        = "DellEMC",
-- 
2.36.1

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


      parent reply	other threads:[~2022-05-14 23:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220514230148.139675-1-xose.vazquez@gmail.com>
2022-05-14 23:01 ` [dm-devel] [PATCH 1/9] multipath-tools: fix misspellings Xose Vazquez Perez
2022-05-14 23:01 ` [dm-devel] [PATCH 2/9] multipath-tools: add HPE Alletra 9000 NVMe to hardware table Xose Vazquez Perez
2022-05-14 23:01 ` [dm-devel] [PATCH 3/9] multipath-tools: delete redundant ONTAP NVMe comment Xose Vazquez Perez
2022-05-14 23:01 ` [dm-devel] [PATCH 4/9] multipath-tools: add NetApp E-Series NVMe to hardware table Xose Vazquez Perez
2022-05-18 20:24   ` Schremmer, Steven
2022-05-19  9:30     ` Martin Wilck
2022-05-19 13:18       ` Schremmer, Steven
2022-05-19 14:46         ` Martin Wilck
2022-05-26 20:10           ` Schremmer, Steven
2022-05-31  8:43             ` Martin Wilck
2022-05-31 17:05               ` Benjamin Marzinski
2022-06-09 16:36             ` Xose Vazquez Perez
2022-06-09 16:49               ` Martin Wilck
2022-06-09 16:56                 ` Xose Vazquez Perez
2022-06-09 17:00                   ` Martin Wilck
2022-05-14 23:01 ` [dm-devel] [PATCH 5/9] multipath-tools: add Huawei OceanStor " Xose Vazquez Perez
2022-05-14 23:01 ` [dm-devel] [PATCH 6/9] multipath-tools: add IBM FlashSystem(TMS RamSan) " Xose Vazquez Perez
2022-05-14 23:01 ` [dm-devel] [PATCH 7/9] multipath-tools: add IBM FlashSystem(Storwize/SVC) " Xose Vazquez Perez
2022-05-14 23:01 ` [dm-devel] [PATCH 8/9] multipath-tools: add Pure FlashArray " Xose Vazquez Perez
2022-05-14 23:01 ` Xose Vazquez Perez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220514230148.139675-10-xose.vazquez@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@redhat.com \
    --cc=mwilck@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.