public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/ccs/daemon ccsd.c
@ 2007-08-30 21:31 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2007-08-30 21:31 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rmccabe@sourceware.org	2007-08-30 21:31:42

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	listen() is not supported on SOCK_DGRAM

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.28&r2=1.29


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

* cluster/ccs/daemon ccsd.c
@ 2006-08-31 17:49 rohara
  0 siblings, 0 replies; 9+ messages in thread
From: rohara @ 2006-08-31 17:49 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rohara@sourceware.org	2006-08-31 17:49:16

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	Moved code which signals parent (SIGTERM), which allows the parent process
	to continue and exit. This signal was occuring before ccsd had the sockets
	ready for communication, and as a result the cman init script would sometimes
	fail because the ccsd would daemonize before the socket was ready.
	
	This fix will not signal the parent until ccsd is ready (socket is created
	and ready; before select() loop).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.25&r2=1.26


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

* cluster/ccs/daemon ccsd.c
@ 2006-08-30 17:35 rohara
  0 siblings, 0 replies; 9+ messages in thread
From: rohara @ 2006-08-30 17:35 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rohara@sourceware.org	2006-08-30 17:35:41

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	Remove error handling for missing magma plugins.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.24&r2=1.25


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

* cluster/ccs/daemon ccsd.c
@ 2006-08-16 14:49 teigland
  0 siblings, 0 replies; 9+ messages in thread
From: teigland @ 2006-08-16 14:49 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	teigland@sourceware.org	2006-08-16 14:49:56

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	(sync from RHEL4 branch)
	don't grab random config from network, require initial cluster.conf file

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.14.2.4.6.2&r2=1.14.2.4.6.3


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

* cluster/ccs/daemon ccsd.c
@ 2006-06-02 20:13 jbrassow
  0 siblings, 0 replies; 9+ messages in thread
From: jbrassow @ 2006-06-02 20:13 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	jbrassow@sourceware.org	2006-06-02 20:13:29

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	- fix for bug 193905
	
	/*
	* no cluster.conf file.
	* We used to simply return 0 here and go fetch a random
	* conf file from the network.  This worked well in environments
	* that had only one cluster in broadcast range, but it has
	* caused to much confusion when there is more than one cluster.
	* Additionally, our docs and manuals tell users to copy the
	* file to each node anyway.
	*
	* In the event that there is a cluster.conf file, ccs will
	* still ensure that it has the most up-to-date copy of the
	* file in relation to the other nodes in the quorate cluster.
	*/

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.14.2.6&r2=1.14.2.7


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

* cluster/ccs/daemon ccsd.c
@ 2006-05-16 10:27 pcaulfield
  0 siblings, 0 replies; 9+ messages in thread
From: pcaulfield @ 2006-05-16 10:27 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-05-16 10:27:54

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	Make it background properly.
	
	Now there's no magma, there's no point in waiting for the cluster manager
	to connect, because ccsd needs to be started before the cman.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.23&r2=1.24


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

* cluster/ccs/daemon ccsd.c
@ 2005-05-23 12:26 pcaulfield
  0 siblings, 0 replies; 9+ messages in thread
From: pcaulfield @ 2005-05-23 12:26 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-05-23 12:26:48

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	deprecated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.18&r2=1.19


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

* cluster/ccs/daemon ccsd.c
@ 2005-02-14 18:36 jbrassow
  0 siblings, 0 replies; 9+ messages in thread
From: jbrassow @ 2005-02-14 18:36 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	jbrassow@sourceware.org	2005-02-14 18:36:14

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	- missing break statement, thanks to Bastian Blank

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.14.2.3&r2=1.14.2.4


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

* cluster/ccs/daemon ccsd.c
@ 2005-02-14 18:36 jbrassow
  0 siblings, 0 replies; 9+ messages in thread
From: jbrassow @ 2005-02-14 18:36 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	jbrassow@sourceware.org	2005-02-14 18:36:59

Modified files:
	ccs/daemon     : ccsd.c 

Log message:
	- missing break statement, thanks to Bastian Blank

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.17&r2=1.18


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

end of thread, other threads:[~2007-08-30 21:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-30 21:31 cluster/ccs/daemon ccsd.c rmccabe
  -- strict thread matches above, loose matches on Subject: below --
2006-08-31 17:49 rohara
2006-08-30 17:35 rohara
2006-08-16 14:49 teigland
2006-06-02 20:13 jbrassow
2006-05-16 10:27 pcaulfield
2005-05-23 12:26 pcaulfield
2005-02-14 18:36 jbrassow
2005-02-14 18:36 jbrassow

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).