All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: add FUJITSU/ETERNUS 2000/4000/8000 to hwtable
@ 2016-10-05 21:12 Xose Vazquez Perez
  2016-10-08 20:30 ` Sebastian Herbszt
  0 siblings, 1 reply; 3+ messages in thread
From: Xose Vazquez Perez @ 2016-10-05 21:12 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

Based on documentation provided by the manufacturer:
http://storage-system.fujitsu.com/global/manual/diskarray/pdf/p3am-3192-en.pdf

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index e1ed7ef..367aa0a 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -268,6 +268,14 @@ static struct hwentry default_hw[] = {
 		.product       = "FC2502",
 		.pgpolicy      = MULTIBUS,
 	},
+	{
+		.vendor        = "FUJITSU",
+		.product       = "E[248]000",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.no_path_retry = 10,
+		.prio_name     = PRIO_ALUA,
+	},
 	/*
 	 * Hitachi
 	 *
-- 
2.10.1

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

end of thread, other threads:[~2016-10-22 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05 21:12 [PATCH] multipath-tools: add FUJITSU/ETERNUS 2000/4000/8000 to hwtable Xose Vazquez Perez
2016-10-08 20:30 ` Sebastian Herbszt
2016-10-22 21:27   ` 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.