cluster/cman-kernel/src sm_internal.h sm_messa ...

teigland@sourceware.org teigland@sourceware.org
Wed Jun 8 17:19:00 GMT 2005


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2005-06-08 17:19:40

Modified files:
	cman-kernel/src: sm_internal.h sm_message.c sm_misc.c sm_misc.h 
	                 sm_services.c 

Log message:
	Change the event id field in sm messages from uint16 to uint32 to
	match the normal 32 bit event id's.
	
	When event id's went past 65535 SM would stall because event id's
	from messages would no longer match the normal event id's.  This
	would require a full cluster reset.  This change is incompatible
	with previous versions --  nodes running the previous version of
	cman/sm cannot communicate with nodes running this version.
	
	Fixes bug 159628

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_internal.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_message.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_misc.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_misc.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_services.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.2.1



More information about the Cluster-cvs mailing list