Re: [Openais] [PATCH] corosync/master: add release script and git based versioning

2010-11-09 Thread Fabio M. Di Nitto
On 11/10/2010 06:28 AM, Fabio M. Di Nitto wrote: > Hi Steven, > > as we discussed and tested on IRC, this is the framework to do releases > from git. > > Left to do: > > - tune the build-aux/release.mk publish target for you environment > (including/optionally gpgsign). > > - add warning in mai

[Openais] [PATCH] corosync/master: add release script and git based versioning

2010-11-09 Thread Fabio M. Di Nitto
Hi Steven, as we discussed and tested on IRC, this is the framework to do releases from git. Left to do: - tune the build-aux/release.mk publish target for you environment (including/optionally gpgsign). - add warning in main.c when using test versions. the build-aux/git* scripts have been tak

[Openais] [PATCH] Add license information to LICENSE file about build process files

2010-11-09 Thread Steven Dake
A few files licensed under GPLv3+ produce text output but are not used as part of the runtime or libraries provided by Corosync. Make that notification in the LICENSE file. Signed-off-by: Steven Dake --- LICENSE | 36 +++- 1 files changed, 31 insertions(+), 5 d

Re: [Openais] [PATCH 5/7] libqb: use the main loop to shutdown

2010-11-09 Thread Angus Salkeld
On Tue, Nov 09, 2010 at 11:18:43AM -0700, Steven Dake wrote: > How well tested is this patch? Changing around shutdown and signals > - spent months getting this to work properly, don't want > regressions. Not extensively, but you can see my changes to the test service engine. (I return -1 four tim

Re: [Openais] [PATCH 4/7] libqb: rip out unneccessary locks

2010-11-09 Thread Angus Salkeld
On Tue, Nov 09, 2010 at 11:16:05AM -0700, Steven Dake wrote: > totempg still needs locks to protect the top level APIs for those > that want to punish themselves by using totem directly in a threaded > application. There are people doing this today and I don't want to > disrupt their applications.

Re: [Openais] 2011+ roadmap

2010-11-09 Thread Ryan O'Hara
On Tue, Nov 09, 2010 at 09:40:52AM -0700, Steven Dake wrote: > Hi, > > Attached are the roadmap slides for linux plumbers. If you have a > feature you want represented, please feel free to submit it to the > ml. > > The last slide, a view of our roadmap topics, are covered in more > detail in ou

Re: [Openais] [topic-libqb] re-worked patch series without the hdb & list changes

2010-11-09 Thread Steven Dake
On 11/08/2010 03:58 PM, Angus Salkeld wrote: > Hi > > I have re worked these patches so that there is not an unneccessaryly large > amount of namespace changes (these can be done at any time later). this > should also help in cherry picking patches between branches. The hdb > patch was very extensi

Re: [Openais] [PATCH 5/7] libqb: use the main loop to shutdown

2010-11-09 Thread Steven Dake
How well tested is this patch? Changing around shutdown and signals - spent months getting this to work properly, don't want regressions. Regards -steve On 11/08/2010 03:58 PM, Angus Salkeld wrote: > Signed-off-by: Angus Salkeld > --- > cts/agents/syncv2.c | 13 +++ > exec/main.c

Re: [Openais] [PATCH 4/7] libqb: rip out unneccessary locks

2010-11-09 Thread Steven Dake
totempg still needs locks to protect the top level APIs for those that want to punish themselves by using totem directly in a threaded application. There are people doing this today and I don't want to disrupt their applications. Ideally there would be a libtotem_pg, and libtotem_pg_mt lib bu