[dm-devel] [PATCH] multipath-tools: add IBM/3552 (FAStT500) array

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Oct 4 21:39:02 UTC 2016


Vendor doc: https://www.redbooks.ibm.com/redbooks/pdfs/sg246246.pdf
This also confirms that IBM/3542 (FAStT200) is really a RDAC device.
Both of them run the same firmware.

DS4200 tag is wrong.

Cc: Hannes Reinecke <hare at suse.de>
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index b8d9196..bfd8d66 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -422,9 +422,9 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 30,
 	},
 	{
-		/* DS4200 / FAStT200 */
+		/* FAStT200 and FAStT500 */
 		.vendor        = "IBM",
-		.product       = "^3542",
+		.product       = "^(3542|3552)",
 		.bl_product    = "Universal Xport",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.checker_name  = RDAC,
-- 
2.10.1




More information about the dm-devel mailing list