All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [PATCH resend] multipath-tools: add DellEMC/ME4 (PowerVault ME4) to hardware table
@ 2021-12-01 22:35 Xose Vazquez Perez
  2021-12-01 22:35 ` [dm-devel] [PATCH resend] multipath-tools: delete duplicate RDAC maintainer entries Xose Vazquez Perez
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Xose Vazquez Perez @ 2021-12-01 22:35 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Martin Wilck, DM-DEVEL ML

Info from: https://www.delltechnologies.com/asset/fr-fr/products/storage/industry-market/PowerVault_ME4_Series_and_Linux.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 763982cd..fc85283b 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -398,6 +398,15 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 3,
 		.fast_io_fail  = 15,
 	},
+	{
+		/* PowerVault ME4 */
+		.vendor        = "DellEMC",
+		.product       = "ME4",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.prio_name     = PRIO_ALUA,
+		.hwhandler     = "1 alua",
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+	},
 	/*
 	 * Fujitsu
 	 */
-- 
2.32.0

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


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

end of thread, other threads:[~2021-12-06 10:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 22:35 [dm-devel] [PATCH resend] multipath-tools: add DellEMC/ME4 (PowerVault ME4) to hardware table Xose Vazquez Perez
2021-12-01 22:35 ` [dm-devel] [PATCH resend] multipath-tools: delete duplicate RDAC maintainer entries Xose Vazquez Perez
2021-12-02  7:56   ` Martin Wilck
2021-12-02 12:41     ` Xose Vazquez Perez
2021-12-02 14:23       ` Schremmer, Steven
2021-12-01 22:35 ` [dm-devel] [PATCH resend] multipath-tools: dm-devel is a closed ml Xose Vazquez Perez
2021-12-02  7:45   ` Martin Wilck
2021-12-03 18:17     ` Xose Vazquez Perez
2021-12-06 10:16       ` Martin Wilck
2021-12-01 22:35 ` [dm-devel] [PATCH resend] multipath-tools: remove Hannes as IBM arrays maintainer Xose Vazquez Perez

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.