[Openais] whitetank-evs remove double pthread mutex destroy

2008-03-26 Thread Steven Dake
Remove a double pthread_mutex_destroy. This is for the evs service. Index: evs.c === --- evs.c (revision 1506) +++ evs.c (working copy) @@ -166,10 +166,7 @@ evs_inst-finalize = 1; pthread_mutex_unlock (evs_inst-response_mutex);

[Openais] trunkg ckpt remove typing error

2008-03-26 Thread Steven Dake
There is a typing error that occurs in the current ckpt trunk service which is incompatible with the sa forum APIs. Patch included to resolve the issue. Index: include/saCkpt.h === --- include/saCkpt.h (revision 1491) +++

[Openais] Solaris support for openais.

2008-03-26 Thread Shridhar Sahukar
Hi Steve, As I had informed you earlier, I am facing few compilation issues for openais on Solaris. Will you be able to look it to them by logging into our machines? Regards, Shridhar ___ Openais mailing list Openais@lists.linux-foundation.org

[Openais] How to configure OPEN AIS

2008-03-26 Thread shantha kumar
Hello i am new to openais.. i have followed the steps in quickstart guide given in the openais folder.How to know that a node added to cluster? is there any commands to know that? With Regards, Shantha Kumar K.S - Be a better friend,

Re: [Openais] new config system

2008-03-26 Thread Lon Hohberger
On Wed, 2008-03-26 at 10:32 -0500, David Teigland wrote: [1] Just to be clear, the meta-configuration idea is where a variety of config files can be used to populate a central config-file-agnostic respository. A single interface is used by all to read config data from the repository. Even

Re: [Openais] xml api with no handle - and tracking integrated into track function

2008-03-26 Thread Lon Hohberger
Hi Steve, I don't know where the handle management went (but I don't *think* I'm going to miss it). I probably missed some part of that discussion somewhere, just like I missed part of the v.2 API that specified the sync API ;) However, for my purposes, this API is sufficient, given that

Re: [Openais] new config system

2008-03-26 Thread David Teigland
On Wed, Mar 26, 2008 at 11:57:59AM -0400, Lon Hohberger wrote: On Wed, 2008-03-26 at 10:32 -0500, David Teigland wrote: [1] Just to be clear, the meta-configuration idea is where a variety of config files can be used to populate a central config-file-agnostic respository. A single

Re: [Openais] new config system

2008-03-26 Thread David Teigland
On Wed, Mar 26, 2008 at 10:32:54AM -0500, David Teigland wrote: A while back I drew this diagram to show what we were aiming to design, in broad terms, for the next generation aisexec/cman config system: http://people.redhat.com/teigland/cman3.jpg I think perhaps that diagram attempts to

Re: [Openais] new config system

2008-03-26 Thread Steven Dake
On Wed, 2008-03-26 at 12:36 -0500, David Teigland wrote: On Wed, Mar 26, 2008 at 10:32:54AM -0500, David Teigland wrote: A while back I drew this diagram to show what we were aiming to design, in broad terms, for the next generation aisexec/cman config system: