[dm-devel] [PATCH] multipath-tools: cosmetic changes in hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Oct 1 22:42:32 UTC 2019


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 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 | 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
>   	 */
> 




More information about the dm-devel mailing list