[dm-devel] [PATCH] multipath-tools: remove Sun StorEdge T4(6020, 6120, 6320) arrays from hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Wed Aug 9 17:00:56 UTC 2017


Multipathing for these arrays is not supported by multipath-tools.
Only available with Sun StorEdge Traffic Manager software.
Or with a "new" infrastructure: https://marc.info/?l=dm-devel&m=116322662722330

Cc: James Cassidy <jcassidy at qfire.net>
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 9e14ec1..dd3d12f 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -796,9 +796,9 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 30,
 	},
 	{
-		/* 3510 / 6020 and 6120 */
+		/* 3510 */
 		.vendor        = "SUN",
-		.product       = "(StorEdge 3510|T4)",
+		.product       = "StorEdge 3510",
 		.pgpolicy      = MULTIBUS,
 	},
 	{
-- 
2.13.4




More information about the dm-devel mailing list