[dm-devel] [PATCH 03/18] multipath-tools: reorganize NetApp devices

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 30 00:28:11 UTC 2016


Cc: Martin George <marting at netapp.com>
Cc: Sean Stewart <sean.stewart 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 | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 73ba4ee..3952b42 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -494,12 +494,15 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 	},
 	/*
-	 * NetApp ONTAP family
-	 *
-	 * Maintainer : Martin George
-	 * Mail : marting at netapp.com
+	 * NetApp
 	 */
 	{
+		/*
+		 * ONTAP family
+		 *
+		 * Maintainer : Martin George
+		 * Mail : marting at netapp.com
+		 */
 		.vendor        = "NETAPP",
 		.product       = "LUN.*",
 		.features      = "3 queue_if_no_path pg_init_retries 50",
@@ -508,12 +511,12 @@ static struct hwentry default_hw[] = {
 		.dev_loss      = MAX_DEV_LOSS_TMO,
 		.prio_name     = PRIO_ONTAP,
 	},
-	/* LSI/Engenio/NetApp RDAC family
-	 *
-	 * Maintainer : Sean Stewart
-	 * Mail : sean.stewart at netapp.com
-	 */
 	{
+		/* LSI/Engenio/NetApp RDAC family
+		 *
+		 * Maintainer : Sean Stewart
+		 * Mail : sean.stewart at netapp.com
+		 */
 		.vendor        = "(NETAPP|LSI|ENGENIO)",
 		.product       = "INF-01-00",
 		.bl_product    = "Universal Xport",
-- 
2.7.4




More information about the dm-devel mailing list