[dm-devel] [PATCH] multipath-tools: add/change fujitsu arrays

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Jul 21 19:06:31 UTC 2017


E[234]000 are a/a asymmetric with alua support
E[68]000  are a/a symmetric

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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 8a0ebd2..c2ed171 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -310,12 +310,18 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		.vendor        = "FUJITSU",
-		.product       = "E[248]000",
+		.product       = "E[234]000",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.no_path_retry = 10,
 		.prio_name     = PRIO_ALUA,
 	},
+	{
+		.vendor        = "FUJITSU",
+		.product       = "E[68]000",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 10,
+	},
 	/*
 	 * Hitachi
 	 *
-- 
2.13.3




More information about the dm-devel mailing list