All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Marzinski <bmarzins@redhat.com>
To: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Martin Wilck <mwilck@suse.com>,
	Christophe Varoqui <christophe.varoqui@opensvc.com>,
	DM_DEVEL-ML <dm-devel@lists.linux.dev>
Subject: Re: [PATCH 2/3] multipath-tools: add EqualLogic PS to hwtable
Date: Thu, 11 Sep 2025 13:57:02 -0400	[thread overview]
Message-ID: <aMMNbgZyHs1YfzMM@redhat.com> (raw)
In-Reply-To: <20250910194205.145919-3-xose.vazquez@gmail.com>

On Wed, Sep 10, 2025 at 09:41:58PM +0200, Xose Vazquez Perez wrote:
> Source: https://dl.dell.com/manuals/all-products/esuprt_software/esuprt_it_ops_datcentr_mgmt/s-solution-resources_white-papers30_en-us.pdf
> 
> Cc: Martin Wilck <mwilck@suse.com>
> Cc: Benjamin Marzinski <bmarzins@redhat.com>
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: DM_DEVEL-ML <dm-devel@lists.linux.dev>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
> ---
>  libmultipath/hwtable.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 12e10577..392131a3 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -408,6 +408,13 @@ static struct hwentry default_hw[] = {
>  		.prio_name     = PRIO_ALUA,
>  		.pgfailback    = -FAILBACK_IMMEDIATE,
>  	},
> +	{
> +		// EqualLogic PS Series
> +		.vendor        = "EQLOGIC",
> +		.product       = "100E-00",
> +		.pgpolicy      = MULTIBUS,
> +		.no_path_retry = 30,
> +	},
>  	/*
>  	 * Fujitsu
>  	 */
> -- 
> 2.51.0


  reply	other threads:[~2025-09-11 17:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-10 19:41 [PATCH 0/3] multipath-tools: add new devices to hwtable Xose Vazquez Perez
2025-09-10 19:41 ` [PATCH 1/3] multipath-tools: add Acronis Cyber Infrastructure " Xose Vazquez Perez
2025-09-11 17:56   ` Benjamin Marzinski
2025-09-18 11:08     ` Xose Vazquez Perez
2025-09-22 18:38     ` Martin Wilck
2025-09-23  6:22       ` Martin Wilck
2025-10-05 18:21         ` Xose Vazquez Perez
2025-09-10 19:41 ` [PATCH 2/3] multipath-tools: add EqualLogic PS " Xose Vazquez Perez
2025-09-11 17:57   ` Benjamin Marzinski [this message]
2025-09-10 19:41 ` [PATCH 3/3] multipath-tools: add QSAN " Xose Vazquez Perez
2025-09-11 17:57   ` Benjamin Marzinski

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=aMMNbgZyHs1YfzMM@redhat.com \
    --to=bmarzins@redhat.com \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@lists.linux.dev \
    --cc=mwilck@suse.com \
    --cc=xose.vazquez@gmail.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.