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
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
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
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
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 +
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
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
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
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