public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs-kernel/src/dlm mount.c
@ 2008-01-14 15:35 teigland
  0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2008-01-14 15:35 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2008-01-14 15:35:30

Modified files:
	gfs-kernel/src/dlm: mount.c 

Log message:
	bz 324881
	
	It's easy to tell if you've hit this bug, because a message like this will
	always appear in /var/log/messages:
	
	SM: 02000378 ignoring service callback id=2000144 event=1324
	
	If you look at /proc/cluster/lock_dlm/debug on this node at this point,
	you'll see something like this at the end, which shows what the problem
	is:
	
	others_may_mount start_done 1322 b
	
	The event_id that others_may_mount uses when calling kcl_start_done()
	is incorrect; it's using 1322 when it should be 1324.
	
	I believe the fix is for others_may_mount() to read the event_id
	after taking the umount_lock semaphore which serializes
	others_may_mount() with a start callback from the lock_dlm thread.
	In this case, I believe the start callback is changing the event_id
	after others_may_mount reads it, and before othres_may_mount gets
	the umount_lock semaphore.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/mount.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.11.2.3&r2=1.11.2.4


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

* cluster/gfs-kernel/src/dlm mount.c
@ 2005-11-11 23:43 teigland
  0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2005-11-11 23:43 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-11-11 23:43:45

Modified files:
	gfs-kernel/src/dlm: mount.c 

Log message:
	remove option debugging

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/mount.c.diff?cvsroot=cluster&r1=1.30&r2=1.31


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

* cluster/gfs-kernel/src/dlm mount.c
@ 2005-08-10  7:30 teigland
  0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2005-08-10  7:30 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-08-10 07:29:44

Modified files:
	gfs-kernel/src/dlm: mount.c 

Log message:
	c99 initializers

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/mount.c.diff?cvsroot=cluster&r1=1.22&r2=1.23


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

end of thread, other threads:[~2008-01-14 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14 15:35 cluster/gfs-kernel/src/dlm mount.c teigland
  -- strict thread matches above, loose matches on Subject: below --
2005-11-11 23:43 teigland
2005-08-10  7:30 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).