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

2016-10-08 Thread Sebastian Herbszt
Vazquez Perez wrote: > Based on documentation provided by the manufacturer: > http://storage-system.fujitsu.com/global/manual/diskarray/pdf/p3am-3192-en.pdf > > Cc: Christophe Varoqui > Cc: device-mapper development > Signed-off-by: Xose

Re: [dm-devel] [PATCH 16/18] multipath-tools: Use ALUA for HP 3PAR

2016-08-02 Thread Sebastian Herbszt
Xose Vazquez Perez wrote: > On 07/31/2016 09:06 PM, Sebastian Herbszt wrote: > > > Xose Vazquez Perez wrote: > >> > >> No. It's related to hardware_handler, "alua" in this case. > > > > So how does the output of 'multipath -ll'

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

2016-07-31 Thread Sebastian Herbszt
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

Re: [dm-devel] [PATCH 16/18] multipath-tools: Use ALUA for HP 3PAR

2016-07-31 Thread Sebastian Herbszt
Xose Vazquez Perez wrote: > On 07/31/2016 12:14 AM, Sebastian Herbszt wrote: > > > Xose Vazquez Perez wrote: > > >> Sebastian was not convinced with this change, full thread: > >> https://marc.info/?t=14617563862 > >> But there is no autom

Re: [dm-devel] [PATCH 16/18] multipath-tools: Use ALUA for HP 3PAR

2016-07-30 Thread Sebastian Herbszt
Xose Vazquez Perez wrote: > Original patch from Hannes Reinecke : > > .vendor = "3PARdata", > .product = "VV", > .features = DEFAULT_FEATURES, > - .hwhandler = DEFAULT_HWHANDLER, > - .pgpolicy = MULTIBUS, > - .pgfailback = FAILBACK_UNDEF, > + .hwhandler = "1 alua", > + .pgpolicy =

Re: [dm-devel] multipathd: Add 'sysfs' prioritizer

2016-05-31 Thread Sebastian Herbszt
Hannes Reinecke wrote: > Recent kernels have an 'access_state' attribute which allows > us to read the asymmetric access state directly from sysfs. > > Signed-off-by: Hannes Reinecke > --- > libmultipath/discovery.c | 33 + >

Re: [dm-devel] [PATCH 05/57] Add HP MSA 2040 to the hardware table

2016-05-01 Thread Sebastian Herbszt
Hannes Reinecke wrote: > On 04/29/2016 12:06 AM, Sebastian Herbszt wrote: > > Hannes Reinecke wrote: > >> Signed-off-by: Hannes Reinecke <h...@suse.de> > >> --- > >> libmultipath/hwtable.c | 15 +++ > >> 1 file c

Re: [dm-devel] [PATCH 07/57] Add LIO-ORG/SUSE RBD backend hardware defaults

2016-04-28 Thread Sebastian Herbszt
Hannes Reinecke wrote: > The LIO-ORG RBD backend always supports ALUA, and should be assigned > the correct values for multipathing. > > Signed-off-by: Hannes Reinecke > --- > libmultipath/hwtable.c | 14 ++ > 1 file changed, 14 insertions(+) You missed adding it to

Re: [dm-devel] [PATCH 06/57] Use ALUA for HP 3PAR

2016-04-28 Thread Sebastian Herbszt
Hannes Reinecke wrote: > Signed-off-by: Hannes Reinecke > --- > libmultipath/hwtable.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) You missed to also change multipath.conf.defaults. > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index

Re: [dm-devel] [PATCH 05/57] Add HP MSA 2040 to the hardware table

2016-04-28 Thread Sebastian Herbszt
Hannes Reinecke wrote: > Signed-off-by: Hannes Reinecke > --- > libmultipath/hwtable.c | 15 +++ > 1 file changed, 15 insertions(+) You missed adding it to multipath.conf.defaults. > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index a4ae053..28ee595