public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/cman cman_tool/main.c daemon/ais.c dae ...
@ 2006-10-05  7:48 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2006-10-05  7:48 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-10-05 07:48:33

Modified files:
	cman/cman_tool : main.c 
	cman/daemon    : ais.c ais.h cnxman-private.h cnxman-socket.h 
	                 commands.c 
	cman/lib       : libcman.c libcman.h 

Log message:
	Add some extra semantics to CMAN to cope with openAIS rejoins.
	Basically, this adds an extra state to a node: AISONLY which is only cleared
	when cman receives a valid TRANSITION message from the node.
	
	A TRANSITION message is deemed to be invalid if the join_time of the node
	has not been changed (this is the timestamp the daemon was started) and
	the node has since been down and is rejoining. cman_tool will show if this
	is the case for a cluster by displaying the DisallowedNodes flag in the
	"cman_tool status command".
	
	If there are disallowed nodes in the cluster then the "cman_tool expected"
	command is disabled until those nodes have been removed.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.h.diff?cvsroot=cluster&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-private.h.diff?cvsroot=cluster&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.28&r2=1.29


^ permalink raw reply	[flat|nested] 3+ messages in thread

* cluster/cman cman_tool/main.c daemon/ais.c dae ...
@ 2006-05-11 10:38 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2006-05-11 10:38 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-05-11 10:38:11

Modified files:
	cman/cman_tool : main.c 
	cman/daemon    : ais.c ais.h cnxman-socket.h commands.c 
	cman/lib       : libcman.h 

Log message:
	Return all multicast addresses. Also return a list of (cman) ports
	being listened on.
	Display both in cman_tool.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.h.diff?cvsroot=cluster&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.22&r2=1.23


^ permalink raw reply	[flat|nested] 3+ messages in thread

* cluster/cman cman_tool/main.c daemon/ais.c dae ...
@ 2005-09-30  9:07 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2005-09-30  9:07 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-09-30 09:07:53

Modified files:
	cman/cman_tool : main.c 
	cman/daemon    : ais.c ais.h cnxman-socket.h commands.c 

Log message:
	"cman_tool status" prints the multicast address too.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.h.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.15&r2=1.16


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-05  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-05  7:48 cluster/cman cman_tool/main.c daemon/ais.c dae pcaulfield
  -- strict thread matches above, loose matches on Subject: below --
2006-05-11 10:38 pcaulfield
2005-09-30  9:07 pcaulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).