[Openais] roadmap for 2011 and beyond available online

2010-11-18 Thread Steven Dake
Hi, Our community derived roadmap for 2011 and beyond is available via our website: http://www.corosync.org ___ Openais mailing list Openais@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/openais

Re: [Openais] 2011+ roadmap

2010-11-18 Thread Ryan O'Hara
On Tue, Nov 09, 2010 at 03:35:06PM -0600, Ryan O'Hara wrote: 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

Re: [Openais] 2011+ roadmap

2010-11-18 Thread Steven Dake
On 11/18/2010 01:45 PM, Ryan O'Hara wrote: On Tue, Nov 09, 2010 at 03:35:06PM -0600, Ryan O'Hara wrote: 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

Re: [Openais] status of topic-libqb branch cts testing

2010-11-18 Thread Angus Salkeld
Just to correct/clarify this should read: --- SCHED_RR --- The other thing is corosync-v2 does not work properly with SCHED_RR on a single CPU'ed VM so I have it commented it out in the code. I am not sure what to do about this right now but be aware. I can look into this a bit further

[Openais] [PATCH 3/6] CTS: test all with udpu config

2010-11-18 Thread Angus Salkeld
Signed-off-by: Angus Salkeld asalk...@redhat.com --- cts/corotests.py | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/cts/corotests.py b/cts/corotests.py index 514ca3a..6b331ce 100644 --- a/cts/corotests.py +++ b/cts/corotests.py @@ -33,6 +33,7 @@ Copyright (c)

[Openais] [PATCH 5/6] CTS: catch exception if pipe breaks

2010-11-18 Thread Angus Salkeld
else the remainder of the tests will not complete Signed-off-by: Angus Salkeld asalk...@redhat.com --- cts/corotests.py |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/cts/corotests.py b/cts/corotests.py index f456938..45a9269 100644 --- a/cts/corotests.py +++

[Openais] [PATCH 4/6] CTS: support new pacemaker-cts API

2010-11-18 Thread Angus Salkeld
Signed-off-by: Angus Salkeld asalk...@redhat.com --- cts/corosync.py |6 +++--- cts/corotests.py |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cts/corosync.py b/cts/corosync.py index 7ba5bb4..c75989f 100644 --- a/cts/corosync.py +++ b/cts/corosync.py @@ -206,7

[Openais] [PATCH 2/6] CTS: make sure the config keys are sorted

2010-11-18 Thread Angus Salkeld
else this: totem/interface[1]/member[1]/memberaddr = x totem/interface[1]/member[3]/memberaddr = z totem/interface[1]/member[2]/memberaddr = y would result in 2 overwriting 3 Signed-off-by: Angus Salkeld asalk...@redhat.com --- cts/corosync.py |3 ++- 1 files changed, 2 insertions(+), 1

[Openais] multiple CPG leave messages

2010-11-18 Thread Dietmar Maurer
Hi all, i just detected that I get 2 CPG leave message for the same configuration. for example I get: members: 1 2 left: 3 (CPG_REASON_LEAVE) and then: members: 1 2 left: 3 (CPG_REASON_PROCDOWN) Is that expected behavior? - Dietmar ___