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

Schremmer, Steven Steve.Schremmer at netapp.com
Mon Mar 18 17:28:46 UTC 2019


> From: Martin Wilck <mwilck at suse.com>
> Sent: Monday, March 18, 2019 6:25 AM
> To: Christophe Varoqui <christophe.varoqui at opensvc.com>; Benjamin Marzinski <bmarzins at redhat.com>
> Cc: dm-devel at redhat.com; Martin Wilck <mwilck at suse.com>; Schremmer, Steven
> <Steve.Schremmer at netapp.com>; ng-eseries-upstream-maintainers <ng-eseries-upstream-
> maintainers at netapp.com>; xose.vazquez at gmail.com
> Subject: [PATCH v3 10/10] libmultipath: hwtable: add Lenovo DE series
> 
> Signed-off-by: Martin Wilck <mwilck at suse.com>
> ---
>  libmultipath/hwtable.c | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index d3a8d9ba..b8285818 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: ng-eseries-upstream-maintainers 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
>          */
> --
> 2.21.0

Looks good.

Reviewed-by: Steven Schremmer <steven.schremmer at netapp.com>

Thanks for submitting it,
Steve




More information about the dm-devel mailing list