[dm-devel] [PATCH] multipath-tools: reorder vendor in hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Jul 26 19:19:30 UTC 2019


Nexenta was acquired by DDN.

Cc: Yacine Kheddache <yacine at alyseo.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEVEL ML <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 96e8b25..a06872e 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -300,6 +300,17 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 		.no_path_retry = 30,
 	},
+	{
+		/*
+		 * Nexenta COMSTAR
+		 *
+		 * Maintainer: Yacine Kheddache <yacine at alyseo.com>
+		 */
+		.vendor        = "NEXENTA",
+		.product       = "COMSTAR",
+		.pgpolicy      = GROUP_BY_SERIAL,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Dell EMC
 	 */
@@ -780,18 +791,6 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
 	},
-	/*
-	 * Nexenta
-	 *
-	 * Maintainer: Yacine Kheddache <yacine at alyseo.com>
-	 */
-	{
-		/* COMSTAR */
-		.vendor        = "NEXENTA",
-		.product       = "COMSTAR",
-		.pgpolicy      = GROUP_BY_SERIAL,
-		.no_path_retry = 30,
-	},
 	/*
 	 * NEC
 	 */
-- 
2.21.0




More information about the dm-devel mailing list