diff mbox series

multipath-tools: cosmetic changes in hwtable

Message ID 20190921234039.26515-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show
Series multipath-tools: cosmetic changes in hwtable | expand

Commit Message

Xose Vazquez Perez Sept. 21, 2019, 11:40 p.m. UTC
Tegile IntelliFlash was acquired by DDN, from WD.

HPE Primera is also identified as 3PARdata/VV

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

Comments

Xose Vazquez Perez Oct. 1, 2019, 10:42 p.m. UTC | #1
On 9/22/19 1:40 AM, Xose Vazquez Perez wrote:

> Tegile IntelliFlash was acquired by DDN, from WD.
> 
> HPE Primera is also identified as 3PARdata/VV

Christophe, this one is missing. Thanks.

> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: DM-DEVEL ML <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>   libmultipath/hwtable.c | 25 +++++++++++--------------
>   1 file changed, 11 insertions(+), 14 deletions(-)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index a06872e..7a8f276 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -107,7 +107,7 @@ static struct hwentry default_hw[] = {
>   	 * HPE
>   	 */
>   	{
> -		/* 3PAR */
> +		/* 3PAR / Primera */
>   		.vendor        = "3PARdata",
>   		.product       = "VV",
>   		.pgpolicy      = GROUP_BY_PRIO,
> @@ -311,6 +311,16 @@ static struct hwentry default_hw[] = {
>   		.pgpolicy      = GROUP_BY_SERIAL,
>   		.no_path_retry = 30,
>   	},
> +	{
> +		/* Tegile IntelliFlash */
> +		.vendor        = "TEGILE",
> +		.product       = "(ZEBI-(FC|ISCSI)|INTELLIFLASH)",
> +		.hwhandler     = "1 alua",
> +		.pgpolicy      = GROUP_BY_PRIO,
> +		.pgfailback    = -FAILBACK_IMMEDIATE,
> +		.prio_name     = PRIO_ALUA,
> +		.no_path_retry = 10,
> +	},
>   	/*
>   	 * Dell EMC
>   	 */
> @@ -1074,19 +1084,6 @@ static struct hwentry default_hw[] = {
>   		.product       = "K2",
>   		.pgpolicy      = MULTIBUS,
>   	},
> -	/*
> -	 * Western Digital (Tegile Systems)
> -	 */
> -	{
> -		/* IntelliFlash */
> -		.vendor        = "TEGILE",
> -		.product       = "(ZEBI-(FC|ISCSI)|INTELLIFLASH)",
> -		.hwhandler     = "1 alua",
> -		.pgpolicy      = GROUP_BY_PRIO,
> -		.pgfailback    = -FAILBACK_IMMEDIATE,
> -		.prio_name     = PRIO_ALUA,
> -		.no_path_retry = 10,
> -	},
>   	/*
>   	 * Imation/Nexsan
>   	 */
> 

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox series

Patch

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a06872e..7a8f276 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -107,7 +107,7 @@  static struct hwentry default_hw[] = {
 	 * HPE
 	 */
 	{
-		/* 3PAR */
+		/* 3PAR / Primera */
 		.vendor        = "3PARdata",
 		.product       = "VV",
 		.pgpolicy      = GROUP_BY_PRIO,
@@ -311,6 +311,16 @@  static struct hwentry default_hw[] = {
 		.pgpolicy      = GROUP_BY_SERIAL,
 		.no_path_retry = 30,
 	},
+	{
+		/* Tegile IntelliFlash */
+		.vendor        = "TEGILE",
+		.product       = "(ZEBI-(FC|ISCSI)|INTELLIFLASH)",
+		.hwhandler     = "1 alua",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.prio_name     = PRIO_ALUA,
+		.no_path_retry = 10,
+	},
 	/*
 	 * Dell EMC
 	 */
@@ -1074,19 +1084,6 @@  static struct hwentry default_hw[] = {
 		.product       = "K2",
 		.pgpolicy      = MULTIBUS,
 	},
-	/*
-	 * Western Digital (Tegile Systems)
-	 */
-	{
-		/* IntelliFlash */
-		.vendor        = "TEGILE",
-		.product       = "(ZEBI-(FC|ISCSI)|INTELLIFLASH)",
-		.hwhandler     = "1 alua",
-		.pgpolicy      = GROUP_BY_PRIO,
-		.pgfailback    = -FAILBACK_IMMEDIATE,
-		.prio_name     = PRIO_ALUA,
-		.no_path_retry = 10,
-	},
 	/*
 	 * Imation/Nexsan
 	 */