public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/fence/fenced recover.c
@ 2007-09-18 20:53 lhh
  0 siblings, 0 replies; 10+ messages in thread
From: lhh @ 2007-09-18 20:53 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh@sourceware.org	2007-09-18 20:53:17

Modified files:
	fence/fenced   : recover.c 

Log message:
	Fix #258141 - possible use after free in fenced

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.3&r2=1.25.2.4


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

* cluster/fence/fenced recover.c
@ 2007-09-18 20:53 lhh
  0 siblings, 0 replies; 10+ messages in thread
From: lhh @ 2007-09-18 20:53 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh@sourceware.org	2007-09-18 20:53:48

Modified files:
	fence/fenced   : recover.c 

Log message:
	Fix #258141 - possible use after free in fenced

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.28&r2=1.29


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

* cluster/fence/fenced recover.c
@ 2007-09-12 20:30 jparsons
  0 siblings, 0 replies; 10+ messages in thread
From: jparsons @ 2007-09-12 20:30 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	jparsons@sourceware.org	2007-09-12 20:30:02

Modified files:
	fence/fenced   : recover.c 

Log message:
	Fix for bz258161

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.9&r2=1.10.2.10


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

* cluster/fence/fenced recover.c
@ 2005-06-01 10:18 teigland
  0 siblings, 0 replies; 10+ messages in thread
From: teigland @ 2005-06-01 10:18 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-06-01 10:16:09

Modified files:
	fence/fenced   : recover.c 

Log message:
	fix calculation of previous low nodeid

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.21&r2=1.22


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

* cluster/fence/fenced recover.c
@ 2005-04-20  5:51 teigland
  0 siblings, 0 replies; 10+ messages in thread
From: teigland @ 2005-04-20  5:51 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2005-04-20 05:51:15

Modified files:
	fence/fenced   : recover.c 

Log message:
	Improve logic that delays and reduces fencing.  When fenced is recovering
	for a failed node, the 'post_fail_delay' is used to give victims some
	time to rejoin the cluster and avoid being fenced.  If this happens once,
	then it's likely to happen again and the 'post_join_delay' is more
	appropriate, so fenced switches to the 'post_join_delay' value (if it's
	larger which is usually the case.)
	
	The common situation where this helps is when multiple nodes fail causing
	the cluster to lose quorum and then the failed nodes all rejoin the
	cluster at about the same time.  The rejoining nodes are more likely
	to all avoid being fenced if fenced uses the larger post_join_delay.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.6&r2=1.10.2.7


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

* cluster/fence/fenced recover.c
@ 2005-04-20  5:48 teigland
  0 siblings, 0 replies; 10+ messages in thread
From: teigland @ 2005-04-20  5:48 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-04-20 05:47:55

Modified files:
	fence/fenced   : recover.c 

Log message:
	Improve logic that delays and reduces fencing.  When fenced is recovering
	for a failed node, the 'post_fail_delay' is used to give victims some
	time to rejoin the cluster and avoid being fenced.  If this happens once,
	then it's likely to happen again and the 'post_join_delay' is more
	appropriate, so fenced switches to the 'post_join_delay' value (if it's
	larger which is usually the case.)
	
	The common situation where this helps is when multiple nodes fail causing
	the cluster to lose quorum and then the failed nodes all rejoin the
	cluster at about the same time.  The rejoining nodes are more likely
	to all avoid being fenced if fenced uses the larger post_join_delay.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.16&r2=1.17


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

* cluster/fence/fenced recover.c
@ 2005-03-18 15:53 teigland
  0 siblings, 0 replies; 10+ messages in thread
From: teigland @ 2005-03-18 15:53 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2005-03-18 15:52:34

Modified files:
	fence/fenced   : recover.c 

Log message:
	sleep 5 seconds instead of 1 between fence operations

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.5&r2=1.10.2.6


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

* cluster/fence/fenced recover.c
@ 2005-03-18 15:27 teigland
  0 siblings, 0 replies; 10+ messages in thread
From: teigland @ 2005-03-18 15:27 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-03-18 15:27:41

Modified files:
	fence/fenced   : recover.c 

Log message:
	change sleep(1) to sleep(5) between a failed fence and a retry

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.15&r2=1.16


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

* cluster/fence/fenced recover.c
@ 2005-02-25  2:47 teigland
  0 siblings, 0 replies; 10+ messages in thread
From: teigland @ 2005-02-25  2:47 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-02-25 02:47:39

Modified files:
	fence/fenced   : recover.c 

Log message:
	checkin removing unfencing wasn't complete, sorry

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.14&r2=1.15


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

* cluster/fence/fenced recover.c
@ 2005-02-24 21:23 cfeist
  0 siblings, 0 replies; 10+ messages in thread
From: cfeist @ 2005-02-24 21:23 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	cfeist@sourceware.org	2005-02-24 21:23:43

Modified files:
	fence/fenced   : recover.c 

Log message:
	Removed extra argument to fix build error.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.4&r2=1.10.2.5


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

end of thread, other threads:[~2007-09-18 20:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-18 20:53 cluster/fence/fenced recover.c lhh
  -- strict thread matches above, loose matches on Subject: below --
2007-09-18 20:53 lhh
2007-09-12 20:30 jparsons
2005-06-01 10:18 teigland
2005-04-20  5:51 teigland
2005-04-20  5:48 teigland
2005-03-18 15:53 teigland
2005-03-18 15:27 teigland
2005-02-25  2:47 teigland
2005-02-24 21:23 cfeist

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