[dm-devel] [PATCH 9/9] libmultipath: hwtable: add Lenovo DE series

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Mar 15 16:21:24 UTC 2019


On 3/15/19 5:11 PM, Martin Wilck wrote:

> I got this from Steven.
> 
> Cc: Steve.Schremmer at netapp.com
> Cc: NetApp RDAC team <ng-eseries-upstream-maintainers at netapp.com>
> Cc: xose.vazquez at gmail.com
> Signed-off-by: Martin Wilck <mwilck at suse.com>
> ---
>  libmultipath/hwtable.c | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)

Do not forget the kernel side:
drivers/scsi/{scsi_devinfo.c,scsi_dh.c}
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index d3a8d9ba..fd9afc75 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -701,6 +701,26 @@ static struct hwentry default_hw[] = {
>  		.no_path_retry = (300 / DEFAULT_CHECKINT),
>  		.prio_name     = PRIO_ALUA,
>  	},
> +        /*
> +         * Lenovo
> +         */
> +        {
> +                /*
> +		 * DE Series
> +		 *
> +		 * Maintainer: Steve Schremmer <Steve.Schremmer at netapp.com>
> +		 */
> +                .vendor        = "LENOVO",
> +                .product       = "DE_Series",
> +                .bl_product    = "Universal Xport",
> +                .pgpolicy      = GROUP_BY_PRIO,
> +                .checker_name  = RDAC,
> +                .features      = "2 pg_init_retries 50",
> +                .hwhandler     = "1 rdac",
> +                .prio_name     = PRIO_RDAC,
> +                .pgfailback    = -FAILBACK_IMMEDIATE,
> +                .no_path_retry = 30,
> +        },
>  	/*
>  	 * NetApp
>  	 */
> 




More information about the dm-devel mailing list