All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
To: Sean Stewart <sean.stewart@netapp.com>,
	device-mapper development <dm-devel@redhat.com>,
	Christophe Varoqui <christophe.varoqui@gmail.com>
Subject: Re: [PATCH] [RESEND] hwtable: Add vendor ID and update defaults for NetApp E-Series storage
Date: Wed, 17 Jul 2013 00:11:50 +0200	[thread overview]
Message-ID: <51E5C526.9090602@gmail.com> (raw)

Sean Stewart <sean.stewart@netapp.com> wrote:

> Attempting to resend because it did not seem to go through after several hours.  Please disregard if both went through.
> This patch provides hwtable updates for NETAPP/LSI/ENGENIO E-Series arrays, utilizing new features to detect TPGS support, automatically.
> 
> Signed-off-by: Sean Stewart <Sean.Stewart@netapp.com>
> 
> ---
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 4d485a5..2e5500c 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -1135,9 +1135,13 @@ static struct hwentry default_hw[] = {
>  		.checker_name  = RDAC,
>  		.prio_name     = PRIO_RDAC,
>  	},
> -	/* LSI/Engenio/NetApp E-Series RDAC storage */
> +	/* LSI/Engenio/NetApp E-Series RDAC storage
> +	 *
> +	 * Maintainer : Sean Stewart
> +	 * Mail : sean.stewart@netapp.com
> +	 */
>  	{
> -		.vendor        = "(LSI|ENGENIO)",
> +		.vendor        = "(NETAPP|LSI|ENGENIO)",
>  		.product       = "INF-01-00",
>  		.bl_product    = "Universal Xport",
>  		.features      = "2 pg_init_retries 50",
> @@ -1145,12 +1149,14 @@ static struct hwentry default_hw[] = {
>  		.pgpolicy      = GROUP_BY_PRIO,
>  		.pgfailback    = -FAILBACK_IMMEDIATE,
>  		.rr_weight     = RR_WEIGHT_NONE,
> -		.no_path_retry = 15,
> +		.no_path_retry = 30,
>  		.minio         = DEFAULT_MINIO,
>  		.minio_rq      = DEFAULT_MINIO_RQ,
>  		.checker_name  = RDAC,
>  		.prio_name     = PRIO_RDAC,
>  		.prio_args     = NULL,
> +		.detect_prio   = DETECT_PRIO_ON,
> +		.retain_hwhandler = RETAIN_HWHANDLER_ON,
>  	},
>  	{
>  		.vendor        = "STK",
> 
> --

This change should be also propagated to multipath.conf.defaults

             reply	other threads:[~2013-07-16 22:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16 22:11 Xose Vazquez Perez [this message]
2013-07-17 20:23 ` [PATCH] [RESEND] hwtable: Add vendor ID and update defaults for NetApp E-Series storage Christophe Varoqui
  -- strict thread matches above, loose matches on Subject: below --
2013-03-29 18:25 Stewart, Sean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E5C526.9090602@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=christophe.varoqui@gmail.com \
    --cc=dm-devel@redhat.com \
    --cc=sean.stewart@netapp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.