Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-20 Thread Fabio Massimo Di Nitto
David Teigland wrote: >> If we want to allow people to build the cluster with an outside kernel >> then we need to fix or change the dirafter and change the Makefile's >> that use KERNEL_SRC to be all consistent in the same way. >> >> Given that we need KERNEL_SRC defined for the kernel modules th

[Cluster-devel] cluster dlm/lib/Makefile gfs2/edit/Makefile gf ...

2007-08-20 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-21 04:46:44 Modified files: dlm/lib: Makefile gfs2/edit : Makefile gfs2/mount : Makefile gfs2/quota : Makefile gfs2/tool : Make

[Cluster-devel] cluster/gfs2/init.d gfs2

2007-08-20 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-20 21:31:07 Modified files: gfs2/init.d: gfs2 Log message: fix for bz253172 - gfs2 init script should not unload any kernel modules Patches: http://sour

[Cluster-devel] cluster/gfs2/init.d gfs2

2007-08-20 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 21:30:37 Modified files: gfs2/init.d: gfs2 Log message: fix for bz253172 - gfs2 init script should not unload any kernel modules Patches: http://sourceware.org/cgi-bin/cvs

[Cluster-devel] cluster/gfs2/init.d gfs2

2007-08-20 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL51 Changes by: [EMAIL PROTECTED] 2007-08-20 21:30:07 Modified files: gfs2/init.d: gfs2 Log message: fix for bz253172 - gfs2 init script should not unload any kernel modules Patches: http://sou

[Cluster-devel] cluster/dlm/tool main.c

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-20 20:48:05 Modified files: dlm/tool : main.c Log message: proper help output for -m option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/

[Cluster-devel] [PATCH 2/4] Fix mainline filesystems to handle ATTR_KILL_ bits correctly

2007-08-20 Thread Jeff Layton
This should fix all of the filesystems in the mainline kernels to handle ATTR_KILL_SUID and ATTR_KILL_SGID correctly. For most of them, this is just a matter of making sure that they call generic_attrkill early in the setattr inode op. Signed-off-by: Jeff Layton <[EMAIL PROTECTED]> --- arch/power

[Cluster-devel] [PATCH 1/4] VFS: move ATTR_KILL handling from notify_change into helper function

2007-08-20 Thread Jeff Layton
Separate the handling of the local ia_valid bitmask from the one in attr->ia_valid. This allows us to hand off the actual handling of the ATTR_KILL_* flags to the .setattr i_op when one is defined. notify_change still needs to process those flags for the local ia_valid variable, since it uses that

[Cluster-devel] [PATCH 0/4] move handling of setuid/gid bits from VFS into individual setattr functions (try 2)

2007-08-20 Thread Jeff Layton
When an unprivileged process attempts to modify a file that has the setuid or setgid bits set, the VFS will attempt to clear these bits. The VFS will set the ATTR_KILL_SUID or ATTR_KILL_SGID bits in the ia_valid mask, and then call notify_change to clear these bits and set the mode accordingly. Wi

[Cluster-devel] cluster/dlm/tool main.c

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 20:48:16 Modified files: dlm/tool : main.c Log message: proper help output for -m option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?c

[Cluster-devel] cluster/dlm/tool main.c

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-20 20:38:37 Modified files: dlm/tool : main.c Log message: the mode (-m) and directory (-d) options were being set but not used in the call to

[Cluster-devel] cluster/dlm/tool main.c

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 20:36:53 Modified files: dlm/tool : main.c Log message: the -m mode option was being ignored and 0600 always used (this change must have been lost at the same tim

[Cluster-devel] cluster/dlm/tool main.c

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 20:31:02 Modified files: dlm/tool : main.c Log message: the NODIR new_lockspace flag was always being used, even if the -d was used to deselect it Patches: http:

[Cluster-devel] cluster/ccs/man ccs.7 ccs_test.8 ccs_tool.8 ccsd.8

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 18:10:04 Modified files: ccs/man: ccs.7 ccs_test.8 ccs_tool.8 ccsd.8 Log message: update ccs man pages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ma

[Cluster-devel] conga download_files

2007-08-20 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-08-20 16:33:31 Modified files: . : download_files Log message: Upgrade to the latest Zope release. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/download_files.

[Cluster-devel] conga luci/site/Makefile luci/site/luci/Extens ...

2007-08-20 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-08-20 16:31:14 Modified files: luci/site : Makefile luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py LuciZope.py luci/storage

[Cluster-devel] conga luci/site/luci/Extensions/LuciClusterAct ...

2007-08-20 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2007-08-20 16:27:22 Modified files: luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py LuciZope.py luci/storage : form-mac

[Cluster-devel] conga ./clustermon.spec.in.in ./conga.spec.in. ...

2007-08-20 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-20 16:23:28 Modified files: . : clustermon.spec.in.in conga.spec.in.in ricci/modules/cluster: Clusvcadm.cpp Log message: fix bz253341: fa

Re: [Cluster-devel] Re: [gfs2][RFC] readdir caused ls process into D (uninterruptible) state, under testing with Samba 3.0.25

2007-08-20 Thread Steven Whitehouse
Hi, On Mon, 2007-08-20 at 17:36 +0800, rae l wrote: > On 8/17/07, Steven Whitehouse <[EMAIL PROTECTED]> wrote: > ... > > > the stack trace of the 'D' state `ls`: > > > > > > === > > > lsD F89B83F8 2200 12018 1 (NOTLB) > > >f3eeadd4 0082 f6a425c0 f

[Cluster-devel] [GFS2] Use write_one_page() for writeback of in-place data

2007-08-20 Thread Steven Whitehouse
>From fe2c07e31e0ed90422fab685eef97997d5befcac Mon Sep 17 00:00:00 2001 From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Mon, 20 Aug 2007 15:48:00 +0100 Subject: [PATCH] [GFS2] Use write_one_page() for writeback of in-place data When writing back in-place data, we need to hold the page lock when

Re: [Cluster-devel] [GFS2 PATCH] Reduce truncate IO traffic

2007-08-20 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On Mon, 2007-08-20 at 09:29 -0400, Wendy Cheng wrote: > Current GFS2 setattr call unconditionally invokes do_shrink even the > requested size and actual file size are equal. This has generated large > amount of extra IOs found during NFS benchmark r

Re: [Cluster-devel] [PATCH] dlm: bz#251179 Fix lowcomms socket closing

2007-08-20 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On Mon, 2007-08-20 at 15:13 +0100, Patrick Caulfield wrote: > This patch fixes the slight mess made in lowcomms closing by previous patches > and fixes all sorts of DLM hangs. > > Signed-Off-By: Patrick Caulfield <[EMAIL PROTECTED]> > > plain text d

[Cluster-devel] cluster/group/daemon cman.c gd_internal.h join ...

2007-08-20 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 14:50:32 Modified files: group/daemon : cman.c gd_internal.h joinleave.c main.c Log message: Call the new cman_set_dirty() api to disallow clusters both with fence/dl

[Cluster-devel] cluster/cman cman_tool/main.c daemon/cnxman-pr ...

2007-08-20 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 14:37:26 Modified files: cman/cman_tool : main.c cman/daemon: cnxman-private.h cnxman-socket.h commands.c cman/lib : libcman.c libcman.h Log message:

[Cluster-devel] cluster gfs2/mount/Makefile gfs/include/gfs_on ...

2007-08-20 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 14:36:16 Modified files: gfs2/mount : Makefile Removed files: gfs/include: gfs_ondisk.h gfs2/include : gfs_ondisk.h Log message: Remove redundant gf

[Cluster-devel] cluster/dlm/man Makefile

2007-08-20 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-20 14:30:56 Modified files: dlm/man: Makefile Log message: add clean: target or make clean will fail. use TARGET8 to be consistent with TARGET3 Patches:

[Cluster-devel] [PATCH] dlm: bz#251179 Fix lowcomms socket closing

2007-08-20 Thread Patrick Caulfield
This patch fixes the slight mess made in lowcomms closing by previous patches and fixes all sorts of DLM hangs. Signed-Off-By: Patrick Caulfield <[EMAIL PROTECTED]> --- gfs2-2.6-nmw/fs/dlm/lowcomms.c.orig 2007-08-20 15:05:48.0 +0100 +++ gfs2-2.6-nmw/fs/dlm/lowcomms.c 2007-08-20 15:07

Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-20 Thread David Teigland
On Sun, Aug 19, 2007 at 07:32:57AM +0200, Fabio Massimo Di Nitto wrote: > David Teigland wrote: > > > > > I believe that the correct solution is to install the necessary kernel > > headers into /usr/include/linux/ prior to building cluster. This > > usually means doing something like this: > >

[Cluster-devel] [GFS2 PATCH] Reduce truncate IO traffic

2007-08-20 Thread Wendy Cheng
Current GFS2 setattr call unconditionally invokes do_shrink even the requested size and actual file size are equal. This has generated large amount of extra IOs found during NFS benchmark runs. This patch moves the relevant logic out of shrink code path. Since setattr is a system call, the time

Re: [Cluster-devel] Re: [gfs2][RFC] readdir caused ls process into D (uninterruptible) state, under testing with Samba 3.0.25

2007-08-20 Thread rae l
On 8/17/07, Steven Whitehouse <[EMAIL PROTECTED]> wrote: ... > > the stack trace of the 'D' state `ls`: > > > > === > > lsD F89B83F8 2200 12018 1 (NOTLB) > >f3eeadd4 0082 f6a425c0 f89b83f8 f3eead9c f6a425d4 f6f32d80 > > f573a93c > >0001000