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 1/3] multipath-tools: add Acronis Cyber Infrastructure to hwtable
Date: Thu, 11 Sep 2025 13:56:39 -0400 [thread overview]
Message-ID: <aMMNV-_0nX0gOdXM@redhat.com> (raw)
In-Reply-To: <20250910194205.145919-2-xose.vazquez@gmail.com>
On Wed, Sep 10, 2025 at 09:41:57PM +0200, Xose Vazquez Perez wrote:
> Source: https://dl.acronis.com/u/software-defined/html/AcronisCyberInfrastructure_3_5_users_guide_en-US/accessing-iscsi/accessing-iscsi-targets-from-linux.html
>
> 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>
> ---
> libmultipath/hwtable.c | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 1a78c36d..12e10577 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -1371,6 +1371,21 @@ static struct hwentry default_hw[] = {
> .pgpolicy = GROUP_BY_SERIAL,
> .no_path_retry = 30,
> },
> + /*
> + * Acronis
> + */
> + {
> + // Cyber Infrastructure
> + .vendor = "VSTORAGE",
> + .product = "VSTOR-DISK",
> + .prio_name = PRIO_ALUA,
> + .pgpolicy = GROUP_BY_NODE_NAME,
> + .detect_prio = DETECT_PRIO_OFF,
> + .features = "2 pg_init_retries 50",
> + .pgfailback = -FAILBACK_FOLLOWOVER,
I'm not sure about the pgfailback setting. the FAILBACK_FOLLOWOVER mode
is not something that is really needed for a specific array type. It
works like FAILOVER_IMMEDIATE, but it's designed to work so that if
multiple nodes are using the same multipath device, and one of them
loses access to the highest priority pathgroup but the others don't,
multipath won't keep switching pathgroups back and forth. The nodes that
can see the higher priority pathgroup won't automatically switch back to
it, since they weren't the ones that switched away from it. So the
setting is more for a specific use case, and not a specific array type.
On the other hand, it is what the vendor tested, and with a single
machine accessing the multipath device, you usually only switch away
from the highest priority pathgroup because you lost access to all the
paths in it. So it usually won't get stuck on a lower priority pathgroup
while a higher priority one is usable, although that could happen.
Thoughts?
-Ben
> + .flush_on_last_del = FLUSH_ALWAYS,
> + .no_path_retry = NO_PATH_RETRY_QUEUE,
> + },
> /*
> * EOL
> */
> --
> 2.51.0
next prev parent reply other threads:[~2025-09-11 17:56 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 [this message]
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
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=aMMNV-_0nX0gOdXM@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.