Re: [PATCH 3/3] multipath-tools: add QSAN to hwtable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 10, 2025 at 09:41:59PM +0200, Xose Vazquez Perez wrote:
> Source #13/15: https://www.qsan.com/data/dl_files/qs_wp_iSCSI-MPIO-in-Linux%20(en).pdf
> 
> Cc: Martin Wilck <mwilck@xxxxxxxx>
> Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
> Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx>
> Cc: DM_DEVEL-ML <dm-devel@xxxxxxxxxxxxxxx>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>
Reviewed-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
> ---
>  libmultipath/hwtable.c | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 80e76fed..d9723f87 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -1393,6 +1393,18 @@ static struct hwentry default_hw[] = {
>  		.flush_on_last_del = FLUSH_ALWAYS,
>  		.no_path_retry = NO_PATH_RETRY_QUEUE,
>  	},
> +	/*
> +	 * QSAN
> +	 */
> +	{
> +		// XF / XCubeFAS / XCubeSAN / XN / XCubeNXT Series
> +		.vendor        = "^Qsan",
> +		.product       = ".*",
> +		.pgpolicy      = GROUP_BY_PRIO,
> +		.pgfailback    = -FAILBACK_IMMEDIATE,
> +		.no_path_retry = 30,
> +		.prio_args     = "exclusive_pref_bit",
> +	},
>  	/*
>  	 * EOL
>  	 */
> -- 
> 2.51.0





[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux