[Openais] confused with the naming convetion of *.lcrso

2009-12-03 Thread Wen.Tian
why the shared library of the services are named as *.lcrso but not *.so? such as the service_clm.lcrso, etc . I am quite confused, what does the lcr mean,anybody can help explain? Thanks a lot. tian.wen Best Regards ___ Openais mailing list

Re: [Openais] [corosync/trunk PATCH] Fix memory leak in _clear_object()

2009-12-03 Thread Angus Salkeld
I have committed a patch combining this and the handle clean up. Fabio has tested the patch and it solves the memory leaks he was seeing. Commited as 2562. Regards Angus Salkeld On Thu, 3 Dec 2009, angus salkeld wrote: Hi Fabio: this should fix your mem leak (can you test please?). The

Re: [Openais] confused with the naming convetion of *.lcrso

2009-12-03 Thread Steven Dake
LCR= Live Component Replacement The idea long ago was to allow us to live replace service engines during runtime. We never got there. Regards -steve On Thu, 2009-12-03 at 16:08 +0800, Wen.Tian wrote: why the shared library of the services are named as *.lcrso but not *.so? such as the

Re: [Openais] [PATCH 3/3] stats: don't calloc the totemsrp stats struct.

2009-12-03 Thread Steven Dake
good for merge On Thu, 2009-12-03 at 13:12 +1300, angus salkeld wrote: Signed-off-by: Angus Salkeld angus.salk...@alliedtelesis.co.nz --- exec/totemsrp.c | 91 +++ 1 files changed, 45 insertions(+), 46 deletions(-) diff --git

Re: [Openais] [corosync/trunk PATCH 1/3] objdb: fix object handle releasing.

2009-12-03 Thread Steven Dake
good for merge On Thu, 2009-12-03 at 13:12 +1300, angus salkeld wrote: Change free(instance); to handle_put(); handle_destroy(); Also add a missing handle_put() in key_create() This unfortunately doesn't fix Fabio's leak. -Angus Signed-off-by: Angus Salkeld

Re: [Openais] Corosync/Pacemaker segfault randomly at startup

2009-12-03 Thread Steven Dake
With your help about the getenv() api not being thread safe, we were able to diagnose the problem being with libc's strftime not being thread safe because it calls getenv(). According to posix, strftime should be threads safe. You can follow the bug progress here:

Re: [Openais] [corosync/trunk PATCH 2/3] stats: Correct some ugly indentation.

2009-12-03 Thread Angus Salkeld
On Fri, Dec 4, 2009 at 6:27 AM, Steven Dake sd...@redhat.com wrote: good for merge Committed as revision 2563. -Angus On Thu, 2009-12-03 at 13:12 +1300, angus salkeld wrote: Signed-off-by: Angus Salkeld angus.salk...@alliedtelesis.co.nz ---  exec/coroipcs.c |    2 +-  exec/main.c     |  

Re: [Openais] [PATCH 3/3] stats: don't calloc the totemsrp stats struct.

2009-12-03 Thread Angus Salkeld
On Fri, Dec 4, 2009 at 6:27 AM, Steven Dake sd...@redhat.com wrote: good for merge Committed as revision 2564. -Angus On Thu, 2009-12-03 at 13:12 +1300, angus salkeld wrote: Signed-off-by: Angus Salkeld angus.salk...@alliedtelesis.co.nz ---  exec/totemsrp.c |   91

[Openais] [PATCH] corosync/trunk QUORUM log message

2009-12-03 Thread David Teigland
This puts multiple nodeids on each [QUORUM] Members line instead of putting each nodeid on a separate line. With more than a few nodes the excessive lines become a real nuisance, and anyone up around 32 nodes may literally be scrolling through hundreds of those lines. Index: vsf_quorum.c

Re: [Openais] [PATCH] corosync/trunk QUORUM log message

2009-12-03 Thread Steven Dake
good for merge regards -steve On Thu, 2009-12-03 at 13:18 -0600, David Teigland wrote: This puts multiple nodeids on each [QUORUM] Members line instead of putting each nodeid on a separate line. With more than a few nodes the excessive lines become a real nuisance, and anyone up around 32

[Openais] [announce] openais 1.1.1 released

2009-12-03 Thread Ryan O'Hara
I am pleased to announce the immediate availability of openais 1.1.1. This release includes: * Fix bug in CLM service (saClmTrackStart). * Fix init scripts to load openais properly. The software is immediately available for download from http://www.openais.org Ryan

[Openais] [OpenAIS] RRP does not work

2009-12-03 Thread hj lee
Hi, I am using pacemaker-1.0.5 and openais-0.80.5 in CentOS 5.3. The cluster consists of two nodes. There are two interfaces configured in openais.conf shown below. The ringnumber 0 is connected crossover network connected between two nodes directly. The problem is once I disconnect ringnumber 0

Re: [Openais] confused with the naming convetion of *.lcrso

2009-12-03 Thread Wen.Tian
Great. Thanks , steve. Even more questions, what do the totempg, totemmrp, totemsrp and totemrrp stand for respectively during the totem protocol initialization? Thanks. Regards Tian.Wen - Original Message - From: Steven Dake sd...@redhat.com To: Wen.Tian tyd126...@huawei.com Cc:

Re: [Openais] [OpenAIS] RRP does not work

2009-12-03 Thread Steven Dake
try openais-cfgtool -r [sd...@localhost test]$ ./openais-cfgtool openais-cfgtool [-s] [-r] A tool for displaying and configuring active parameters within openais. options: -s Displays the status of the current rings on this node. -r Reset redundant ring state cluster

Re: [Openais] confused with the naming convetion of *.lcrso

2009-12-03 Thread Steven Dake
On Fri, 2009-12-04 at 11:35 +0800, Wen.Tian wrote: Great. Thanks , steve. Even more questions, what do the totempg, totemmrp, totemsrp and totemrrp stand for respectively during the totem protocol initialization? Thanks. Regards Tian.Wen totempg = fragmentation/assembly and process