From: Benjamin Marzinski <bmarzins@redhat.com>
To: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Gleb Chesnokov <gleb.chesnokov@scst.dev>,
Bart Van Assche <bvanassche@acm.org>,
Vladislav Bolkhovitin <vst@vlnb.net>,
Martin Wilck <mwilck@suse.com>,
Christophe Varoqui <christophe.varoqui@opensvc.com>,
DM-DEVEL ML <dm-devel@lists.linux.dev>
Subject: Re: [PATCH] multipath-tools: add SCST to hwtable
Date: Thu, 5 Dec 2024 14:02:07 -0500 [thread overview]
Message-ID: <Z1H4r9Nbg_a2LfZ5@redhat.com> (raw)
In-Reply-To: <20241129120916.302317-1-xose.vazquez@gmail.com>
On Fri, Nov 29, 2024 at 01:09:16PM +0100, Xose Vazquez Perez wrote:
> Based on: https://github.com/SCST-project/scst/blob/master/scst/README#L1905-L1908
>
> Cc: Gleb Chesnokov <gleb.chesnokov@scst.dev>
> Cc: Bart Van Assche <bvanassche@acm.org>
> Cc: Vladislav Bolkhovitin <vst@vlnb.net>
> 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 | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index cf39a50d..8612fb21 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -1036,6 +1036,15 @@ static struct hwentry default_hw[] = {
> .checker_name = DIRECTIO,
> .detect_checker = DETECT_CHECKER_OFF,
> },
> + {
> + /* Generic SCSI Target Subsystem for Linux (SCST) */
> + .vendor = "^SCST_",
> + .product = ".*",
> + .pgpolicy = GROUP_BY_PRIO,
> + .pgfailback = -FAILBACK_IMMEDIATE,
> + .no_path_retry = 12,
> + .prio_name = PRIO_ALUA,
> + },
> /*
> * DataCore
> */
> --
> 2.47.1
prev parent reply other threads:[~2024-12-05 19:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 12:09 [PATCH] multipath-tools: add SCST to hwtable Xose Vazquez Perez
2024-12-05 19:02 ` Benjamin Marzinski [this message]
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=Z1H4r9Nbg_a2LfZ5@redhat.com \
--to=bmarzins@redhat.com \
--cc=bvanassche@acm.org \
--cc=christophe.varoqui@opensvc.com \
--cc=dm-devel@lists.linux.dev \
--cc=gleb.chesnokov@scst.dev \
--cc=mwilck@suse.com \
--cc=vst@vlnb.net \
--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.