public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster gfs/man/gfs_mount.8 gfs-kernel/src/dlm ...
@ 2005-03-11 21:46 kpreslan
  0 siblings, 0 replies; only message in thread
From: kpreslan @ 2005-03-11 21:46 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	kpreslan@sourceware.org	2005-03-11 21:46:49

Modified files:
	gfs/man        : gfs_mount.8 
	gfs-kernel/src/dlm: mount.c 
	gfs-kernel/src/gfs: incore.h lm.c mount.c ops_fstype.c 
	                    ops_super.c 
	gfs-kernel/src/gulm: gulm.h gulm_fs.c 
	gfs-kernel/src/harness: lm_interface.h main.c 
	gfs-kernel/src/nolock: main.c 

Log message:
	Add a new "flags" parameter to lm_mount() of the lock module interface.
	When the flag LM_MFLAG_SPECTATOR flag is passed in to the lock module,
	GFS is asking to join the filesystem's lockspace, but it doesn't want to
	modify the filesystem.  The lock module shouldn't assign a journal to the
	FS mount.  It shouldn't send recovery callbacks to the FS mount.  If the
	node dies or withdraws, all locks can be wipped immediately.
	
	If the lock module doesn't implement the flag, GFS will work as expected
	except that the mount will reserve a journal it will never use.
	
	Add and implement a "spectator" mount option to GFS to take advantage
	of the spectator mount flag.  When the mount option is used, the FS
	looks just like a RO filesystem.  The difference is you can have lots and
	lots of them.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/man/gfs_mount.8.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/mount.c.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/incore.h.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/lm.c.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/mount.c.diff?cvsroot=cluster&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_fstype.c.diff?cvsroot=cluster&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_super.c.diff?cvsroot=cluster&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gulm/gulm.h.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gulm/gulm_fs.c.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/harness/lm_interface.h.diff?cvsroot=cluster&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/harness/main.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/nolock/main.c.diff?cvsroot=cluster&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-11 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-11 21:46 cluster gfs/man/gfs_mount.8 gfs-kernel/src/dlm kpreslan

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