[dm-devel] [PATCH] multipath-tools: Remove ONTAP IBM Nseries from hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Mon Aug 1 20:09:37 UTC 2016


Originally from Martin George <marting at netapp.com>

He wrote:
"Even earlier, the NetApp IBM Nseries product line never used a
VID/PID of "IBM" & "Nseries" respectively. Instead, it always
used the same VID/PID of "NETAPP" & "LUN" itself, similar to the
ONTAP product line. So this piece of code was redundant from the
beginning itself."

Cc: Hannes Reinecke <hare at suse.de>
Cc: Martin George <marting at netapp.com>
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 | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 837fa3f..81ed437 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -576,16 +576,6 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ONTAP,
 	},
 	{
-		/* IBM NSeries */
-		.vendor        = "IBM",
-		.product       = "Nseries.*",
-		.features      = "1 queue_if_no_path",
-		.pgpolicy      = GROUP_BY_PRIO,
-		.pgfailback    = -FAILBACK_IMMEDIATE,
-		.minio         = 128,
-		.prio_name     = PRIO_ONTAP,
-	},
-	{
 		/*
 		 * RDAC family
 		 *
-- 
2.7.4




More information about the dm-devel mailing list