All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Herbszt <herbszt@gmx.de>
To: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
	Sebastian Herbszt <herbszt@gmx.de>
Subject: Re: [PATCH 08/18] multipath-tools: add FUJITSU/ETERNUS 2000/4000/8000 to hwtable
Date: Sun, 31 Jul 2016 21:39:48 +0200	[thread overview]
Message-ID: <20160731213948.00003cdc@gmx.de> (raw)
In-Reply-To: <1469838506-15689-8-git-send-email-xose.vazquez@gmail.com>

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@opensvc.com>
> Cc: device-mapper development <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@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

  reply	other threads:[~2016-07-31 19:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-30  0:28 [PATCH 01/18] multipath-tools: add KOVE/XPD to hwtable Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 02/18] multipath-tools: Remove ONTAP IBM Nseries from hwtable Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 03/18] multipath-tools: reorganize NetApp devices Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 04/18] multipath-tools: add NetApp/SolidFir to hwtable Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 05/18] multipath-tools: add Nimble " Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 06/18] multipath-tools: add IBM/FlashSystem " Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 07/18] multipath-tools: add EMC/Celerra " Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 08/18] multipath-tools: add FUJITSU/ETERNUS 2000/4000/8000 " Xose Vazquez Perez
2016-07-31 19:39   ` Sebastian Herbszt [this message]
2016-07-30  0:28 ` [PATCH 09/18] multipath-tools: add VIOLIN/ "SAN ARRAY" and "SAN ARRAY ALUA" " Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 10/18] multipath-tools: add Nexsan E-Series and SATABeast/SATABoy " Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 11/18] multipath-tools: add Xiotech ISE 1400/2400/3400/3401 " Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 12/18] multipath-tools: put a comment in the correct place Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 13/18] multipath-tools: delete nearly all attribute of last member(NULL) in hwtable Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 14/18] multipath-tools: change path grouping policy for EUROLOGC/FC2502 Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 15/18] multipath-tools: add official name to Huawei devices Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 16/18] multipath-tools: Use ALUA for HP 3PAR Xose Vazquez Perez
2016-07-30 22:14   ` Sebastian Herbszt
2016-07-30 23:39     ` Xose Vazquez Perez
2016-07-31 19:06       ` Sebastian Herbszt
2016-07-31 20:43         ` Xose Vazquez Perez
2016-08-03  0:17           ` Sebastian Herbszt
2016-10-22 17:00             ` Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 17/18] multipath-tools: add HPE StoreVirtual P4000 family to hwtable Xose Vazquez Perez
2016-07-30  0:28 ` [PATCH 18/18] multipath-tools: add Oracle FS " Xose Vazquez Perez
2016-07-31  9:06 ` [PATCH 01/18] multipath-tools: add KOVE/XPD " Christophe Varoqui

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=20160731213948.00003cdc@gmx.de \
    --to=herbszt@gmx.de \
    --cc=dm-devel@redhat.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.