From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Herbszt Subject: Re: [PATCH 08/18] multipath-tools: add FUJITSU/ETERNUS 2000/4000/8000 to hwtable Date: Sun, 31 Jul 2016 21:39:48 +0200 Message-ID: <20160731213948.00003cdc@gmx.de> References: <1469838506-15689-1-git-send-email-xose.vazquez@gmail.com> <1469838506-15689-8-git-send-email-xose.vazquez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1469838506-15689-8-git-send-email-xose.vazquez@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Xose Vazquez Perez Cc: device-mapper development , Sebastian Herbszt List-Id: dm-devel.ids 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 > Cc: device-mapper development > Signed-off-by: Xose Vazquez Perez > --- > 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