[Cluster-devel] Re: Why the gfs2 performance regressed?

2008-01-09 Thread rae l
On Jan 8, 2008 5:01 PM, Steven Whitehouse [EMAIL PROTECTED] wrote: Hi, On Tue, 2008-01-08 at 15:38 +0800, rae l wrote: On Jan 7, 2008 7:48 PM, Steven Whitehouse [EMAIL PROTECTED] wrote: commit 60446067ba7a8e890a91db3b4a7436fe0ebd2dee Author: Marc Eshel [EMAIL PROTECTED] Date: Mon

[Cluster-devel] cluster/rgmanager/src/resources Makefile

2008-01-09 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2008-01-09 11:56:08 Modified files: rgmanager/src/resources: Makefile Log message: Fix mkdir invokation to not fail when dir already exists Patches:

[Cluster-devel] [PATCH] dlm close othercons

2008-01-09 Thread Patrick Caulfeld
This patch addresses a problem introduced with the last round of lowcomms patches where the 'othercon' connections do not get freed when the DLM shuts down. This results in the error message slab error in kmem_cache_destroy(): cache `dlm_conn': Can't free all objects and the DLM cannot be

[Cluster-devel] Re: [PATCH 1/2] NLM failover unlock commands

2008-01-09 Thread J. Bruce Fields
On Tue, Jan 08, 2008 at 10:49:17PM -0500, Wendy Cheng wrote: Christoph Hellwig wrote: +/* cluster failover support */ + +typedef struct { + int cmd; + int stat; + int gp; + void*datap; +} nlm_fo_cmd; please don't introduce typedefs for struct types.

[Cluster-devel] Re: [PATCH 1/2] NLM failover unlock commands

2008-01-09 Thread Christoph Hellwig
On Tue, Jan 08, 2008 at 03:57:45PM -0500, Wendy Cheng wrote: Christoph Hellwig wrote: Ok, I played around with this and cleaned up the ip/path codepathes to be entirely setup which helped the code quite a bit. Also a few other Thanks for doing this :) . In the middle of running it with

[Cluster-devel] cluster/magma-plugins Makefile

2008-01-09 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2008-01-09 18:55:12 Modified files: magma-plugins : Makefile Log message: Fix #294491 - make magma_sm.so retry in dlm EINPROG condition Patches:

[Cluster-devel] cluster/magma-plugins Makefile sm/sm.c

2008-01-09 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2008-01-09 18:54:46 Modified files: magma-plugins : Makefile magma-plugins/sm: sm.c Log message: Fix #294491 - make magma_sm.so retry in dlm EINPROG

[Cluster-devel] cluster/gfs2/man gfs2_tool.8

2008-01-09 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2008-01-09 21:30:20 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bz 426670: GFS2: man page for gfs2_tool has commented lockdump section Patches:

[Cluster-devel] cluster/gfs2/man gfs2_tool.8

2008-01-09 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2008-01-09 21:30:50 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bz 426670: GFS2: man page for gfs2_tool has commented lockdump

[Cluster-devel] Re: [PATCH 2/2] Fix lockd panic

2008-01-09 Thread Wendy Cheng
Wendy Cheng wrote: Wendy Cheng wrote: Neil Brown wrote: Some options: Have an initial patch which removes all references to f_locks and includes the change in this patch. With that in place your main patch won't introduce a bug. If you do this, you should attempt to understand and justify