[Cluster-devel] cluster/cmirror/src cluster.c functions.c func ...

2007-11-05 Thread jbrassow
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-11-05 22:44:04 Modified files: cmirror/src: cluster.c functions.c functions.h link_mon.c local.c Log message: - Fix problem with r

[Cluster-devel] cluster/cman/lib libcman.c libcman.h

2007-11-05 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-05 16:43:50 Modified files: cman/lib : libcman.c libcman.h Log message: Add cman_wait_init as wrapper for cman_admin_init/cman_init and cman_is_quorate Patches: http://sou

[Cluster-devel] cluster/cman/daemon cmanccs.c

2007-11-05 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-05 16:03:59 Modified files: cman/daemon: cmanccs.c Log message: Add missing format string. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.dif

[Cluster-devel] cluster/cman lib/libcman.h daemon/cnxman-socke ...

2007-11-05 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-05 15:15:53 Modified files: cman/lib : libcman.h cman/daemon: cnxman-socket.h commands.c Log message: Enhance API to retrive just the quorum device information

[Cluster-devel] Re: [2.6 patch] fs/dlm/: proper prototypes

2007-11-05 Thread David Teigland
On Sat, Nov 03, 2007 at 01:04:30AM +0100, Adrian Bunk wrote: > This patch adds a proper prototype for some functions in > fs/dlm/dlm_internal.h Acked-by: David Teigland <[EMAIL PROTECTED]> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > > fs/dlm/dlm_internal.h | 16 +

Re: [Cluster-devel] [PATCH][RFC] add cman_winit to libcman

2007-11-05 Thread Patrick Caulfield
Lon Hohberger wrote: > On Mon, 2007-11-05 at 07:52 -0500, Fabio Massimo Di Nitto wrote: > > ACK - but winit isn't working for me... > > cman_wait_init ? > cman_init_wait ? > I think it should be cman_wait_init() In isolation I preferred cman_init_wait() but that looks inconsistent with thr exi

Re: [Cluster-devel] [PATCH][RFC] add cman_winit to libcman

2007-11-05 Thread Lon Hohberger
On Mon, 2007-11-05 at 07:52 -0500, Fabio Massimo Di Nitto wrote: ACK - but winit isn't working for me... cman_wait_init ? cman_init_wait ? -- Lon

Re: [Cluster-devel] [PATCH][RFC] add cman_winit to libcman

2007-11-05 Thread Fabio Massimo Di Nitto
Sorry for the previous mail.. it had the wrong patch in attachment. Here is the right one. Fabio Fabio Massimo Di Nitto wrote: > Hi guys, > > during the process of killing ccsd I noticed that almost all services that > communicate with cman wait to talk to cman or for the cluster to quorate > i

[Cluster-devel] [PATCH][RFC] add cman_qinit to libcman

2007-11-05 Thread Fabio Massimo Di Nitto
Hi guys, during the process of killing ccsd I noticed that almost all services that communicate with cman wait to talk to cman or for the cluster to quorate implementing over and over loops here and there. The patch in attachment (basically untested) implements a simple cman_w(ait)init call withi