All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] multipath-tools: add Generic SCSI in hwtable
@ 2025-03-17 17:33 Xose Vazquez Perez
  2025-03-17 20:00 ` Benjamin Marzinski
  0 siblings, 1 reply; 5+ messages in thread
From: Xose Vazquez Perez @ 2025-03-17 17:33 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Martin Wilck, Benjamin Marzinski,
	Christophe Varoqui, DM-DEVEL ML

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@lists.linux.dev>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index f8cf3fa9..34b1fd2f 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -79,6 +79,17 @@
 #endif
 
 static struct hwentry default_hw[] = {
+	/*
+	 * Generic SCSI devices
+	 */
+	{
+		/* Generic SCSI */
+		.vendor        = ".*",
+		.product       = ".*",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Generic NVMe devices
 	 *
-- 
2.48.1


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

end of thread, other threads:[~2025-03-19 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 17:33 [PATCH RFC] multipath-tools: add Generic SCSI in hwtable Xose Vazquez Perez
2025-03-17 20:00 ` Benjamin Marzinski
2025-03-18 11:08   ` Martin Wilck
2025-03-18 23:32     ` Benjamin Marzinski
2025-03-19 10:06       ` Martin Wilck

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.