public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/group/gfs_controld cpg.c lock_dlm.h ma ...
@ 2007-12-05 22:11 teigland
  0 siblings, 0 replies; 4+ messages in thread
From: teigland @ 2007-12-05 22:11 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	teigland@sourceware.org	2007-12-05 22:11:32

Modified files:
	group/gfs_controld: cpg.c lock_dlm.h main.c plock.c recover.c 

Log message:
	bz 359271
	
	A performance optimization for plocks.  This speeds up locks that are
	repeatedly accessed by processes on a single node.  Plocks used by
	processes on multiple nodes work the same way as before.  The
	optimization is disabled by default, and can be enabled by setting
	
	<gfs_controld plock_ownership="1"/>
	
	in cluster.conf, or by starting gfs_controld with "-o1".  It is disabled
	by default because enabling it breaks compatibility with previous
	versions of gfs_controld.  If all nodes in the cluster are running this
	version, then plock_ownership can be enabled.
	
	The plock_ownership mode needs extensive testing.  This also introduces
	some minor changes when plock_ownership is disabled, so new testing is
	also required in that mode.  Abhi and I worked on this together.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9.2.3&r2=1.9.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.9&r2=1.21.2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.13&r2=1.18.2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.7&r2=1.25.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.10&r2=1.23.2.11


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

* cluster/group/gfs_controld cpg.c lock_dlm.h ma ...
@ 2007-11-28 20:49 teigland
  0 siblings, 0 replies; 4+ messages in thread
From: teigland @ 2007-11-28 20:49 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-11-28 20:49:08

Modified files:
	group/gfs_controld: cpg.c lock_dlm.h main.c plock.c recover.c 

Log message:
	A performance optimization for plocks.  This speeds up locks that are
	repeatedly accessed by processes on a single node.  Plocks used by
	processes on multiple nodes work the same way as before.  The
	optimization is disabled by default, and can be enabled by setting
	
	<gfs_controld plock_ownership="1"/>
	
	in cluster.conf, or by starting gfs_controld with "-o1".  It is disabled
	by default because enabling it breaks compatibility with previous versions
	of gfs_controld.  If all nodes in the cluster are running this version,
	then plock_ownership can be enabled.
	
	The plock_ownership mode needs extensive testing.  This also introduces
	some minor changes when plock_ownership is disabled, so new testing is
	also required in that mode.  Abhi and I worked on this together.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/main.c.diff?cvsroot=cluster&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&r1=1.33&r2=1.34


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

* cluster/group/gfs_controld cpg.c lock_dlm.h ma ...
@ 2006-08-09 19:35 teigland
  0 siblings, 0 replies; 4+ messages in thread
From: teigland @ 2006-08-09 19:35 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-09 19:35:26

Modified files:
	group/gfs_controld: cpg.c lock_dlm.h main.c plock.c 

Log message:
	don't send plock debugging to stdout with -D, use -P to get that now

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/main.c.diff?cvsroot=cluster&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.11&r2=1.12


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

* cluster/group/gfs_controld cpg.c lock_dlm.h ma ...
@ 2006-06-15 15:27 teigland
  0 siblings, 0 replies; 4+ messages in thread
From: teigland @ 2006-06-15 15:27 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-06-15 15:27:43

Modified files:
	group/gfs_controld: cpg.c lock_dlm.h main.c recover.c 

Log message:
	Significant reworking of how mounts are processed.  The previous
	approach couldn't deal with certain node failures that occured while
	processing a new mounter.  In this new approach, processing a mounter
	is largely independent of processing node failures.  Nodes failing
	while processing a mounter hasn't actually been tested yet, so there
	are sure to be details to fix.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/main.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&r1=1.1&r2=1.2


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

end of thread, other threads:[~2007-12-05 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-05 22:11 cluster/group/gfs_controld cpg.c lock_dlm.h ma teigland
  -- strict thread matches above, loose matches on Subject: below --
2007-11-28 20:49 teigland
2006-08-09 19:35 teigland
2006-06-15 15:27 teigland

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