[dm-devel] [PATCH 08/18] multipath-tools: add FUJITSU/ETERNUS 2000/4000/8000 to hwtable

Sebastian Herbszt herbszt at gmx.de
Sun Jul 31 19:39:48 UTC 2016


Xose Vazquez Perez wrote:
> Based on documentation provided by the manufacturer:
> http://storage-system.fujitsu.com/global/manual/diskarray/pdf/p3am-3192-en.pdf
> 
> For SUSE Linux Enterprise Server 11
> 
> vendor                  "FUJITSU"
> product                 "E[248]000"
> prio                    alua
> path_grouping_policy    group_by_prio
> path_selector           "round-robin 0"
> failback                immediate
> no_path_retry           10
> 
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: device-mapper development <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
> ---
>  libmultipath/hwtable.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index d1e9c81..1845881 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -257,6 +257,13 @@ static struct hwentry default_hw[] = {
>  		.product       = "FC2502",
>  		.pgfailback    = FAILBACK_UNDEF,
>  	},
> +	{
> +		.vendor        = "FUJITSU",
> +		.product       = "E[248]000",
> +		.prio_name     = PRIO_ALUA,
> +		.no_path_retry = 10,
> +		.selector      = "round-robin 0",
> +	},
>  	/*
>  	 * Hitachi
>  	 *

How about dropping the path selector and merging
the entry with ETERNUS DX?

Sebastian




More information about the dm-devel mailing list