Re: [dm-devel] [PATCH 5/5] multipath-tools: hwtable housekeeping

2016-07-31 Thread Christophe Varoqui
Yes, I'll take care of the revert to "failover" as the default path grouping policy. Indeed, you can postpone your pending patch rebasing to this incoming commit. The website update is done. Thanks, Christophe. On Sun, Jul 31, 2016 at 11:59 PM, Xose Vazquez Perez wrote: > On 07/31/2016 10:55 A

Re: [dm-devel] [PATCH 1/2] multipath-tools: change default failback from manual to immediate

2016-07-31 Thread Xose Vazquez Perez
On 07/28/2016 04:03 PM, Hannes Reinecke wrote: > On 07/11/2016 11:12 PM, Xose Vazquez Perez wrote: >> Default value is: manual >> 1 .pgfailback= 15, >> 2 .pgfailback= 30, >> 24 .pgfailback= FAILBACK_UNDEF, >> 50

Re: [dm-devel] [PATCH 2/2] multipath-tools: change default path_grouping_policy from failover to group_by_prio

2016-07-31 Thread Xose Vazquez Perez
On 07/28/2016 04:06 PM, Hannes Reinecke wrote: > On 07/11/2016 11:12 PM, Xose Vazquez Perez wrote: >> Default value is: failover >> 5 .pgpolicy = GROUP_BY_SERIAL, >> 23 .pgpolicy = MULTIBUS, >> 48 .pgpolicy = GROUP_BY_P

Re: [dm-devel] [PATCH 5/5] multipath-tools: hwtable housekeeping

2016-07-31 Thread Xose Vazquez Perez
On 07/31/2016 10:55 AM, Christophe Varoqui wrote: > The "change default failback from manual to immediate" patch is > reverted, as requested by Hannes. Hannes asked also to revert: 1234de2486211995be3193205387c08c6f682f91 "change default path_grouping_policy from failover to group_by_prio" And

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

2016-07-31 Thread Xose Vazquez Perez
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' looks like for persona 1 and 2 > with and without 'retain_attached_hw_handler'? retain_attached_hw_handler i

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

[dm-devel] [RFC] [PATCH] add serial keyword to the weightedpath prioritizer

2016-07-31 Thread Christophe Varoqui
Ben, Hannes, Can you review this patch, adding a new 'serial' keyword to the weightedpath prioritizer. I compile-tested it only, as I have no testing environment at hand at the moment. I commited it in a separate 'weightedpath-serial' branch for now. http://git.opensvc.com/?p=multipath-tools/.g

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 automatic way to change .pgpolicy from MULTIBUS to > >> G

Re: [dm-devel] vplex and multipath-tools

2016-07-31 Thread Christophe Varoqui
I realized the weightedpath prioritizer now has the "wwn" keyword that makes it fit for the job. Please disregard my request. Regards, Christophe On Sat, Jul 23, 2016 at 5:46 PM, Christophe Varoqui < christophe.varo...@opensvc.com> wrote: > Hi Ed, > > does EMC have a specific prioritizer to sel

Re: [dm-devel] [PATCH 0/7] Seven multipathd patches

2016-07-31 Thread Christophe Varoqui
Patches 1 to 6 are now merged. Thanks. On Wed, Jul 27, 2016 at 11:11 PM, Bart Van Assche < bart.vanass...@sandisk.com> wrote: > Hello Christophe, > > These seven patches are what I came up with while reviewing and testing > multipathd. It would be appreciated if you could review these patches and

Re: [dm-devel] [PATCH 01/18] multipath-tools: add KOVE/XPD to hwtable

2016-07-31 Thread Christophe Varoqui
Sorry this patchset will also need rebasing. Thanks. On Sat, Jul 30, 2016 at 2:28 AM, Xose Vazquez Perez wrote: > Info provided directly by the manufacturer - http://kove.net/xpd : > > .vendor= "KOVE", > .product = "XPD", > .features = DEFAULT_FEATURES, > .hwhandler = DEFA

Re: [dm-devel] [PATCH] libmultipath:fix memory leak in path group policies

2016-07-31 Thread Christophe Varoqui
Merged. Thanks. On Tue, Jul 26, 2016 at 12:09 PM, wrote: > From: "zhang.kai" > > In the path group functions, memory leak would happen if the exceptional > situation were met. > > Signed-off-by: zhang.kai > --- > libmultipath/pgpolicies.c | 79 > +--

Re: [dm-devel] [PATCH 5/5] multipath-tools: hwtable housekeeping

2016-07-31 Thread Christophe Varoqui
The "change default failback from manual to immediate" patch is reverted, as requested by Hannes. I rebased and merged your patches 1 to 4 of this set. Can you rebase this 5-5 patch and resubmit ? Thanks. On Sat, Jul 23, 2016 at 2:29 AM, Xose Vazquez Perez wrote: > Mainly: arrange some famili

Re: [dm-devel] [PATCH] multipath: fix multipath -l without output

2016-07-31 Thread Christophe Varoqui
Merged. Thanks. On Mon, Jul 25, 2016 at 3:41 PM, Mauricio Faria de Oliveira < mauri...@linux.vnet.ibm.com> wrote: > Currently, the multipath -l output is empty, and an error > is printed to syslog: > > # ./multipath -l mpatha > # > > # echo $? > 1 > > # tail /var/log/messages