[Cluster-devel] conga/luci/plone-custom failsafe_login_form.cp ...

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-19 05:22:18 Modified files: luci/plone-custom: failsafe_login_form.cpt login_form.cpt portlet_login Log message: Fix 277661: RFE: Better instructions on

[Cluster-devel] conga/luci/utils luci_admin

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-19 05:17:33 Modified files: luci/utils : luci_admin Log message: - Fix 277711 (RFE: luci_admin should check that luci is running before asking for the password) - Impro

[Cluster-devel] Re: time for STABLE2 branch

2007-09-18 Thread David Teigland
On Tue, Sep 18, 2007 at 04:40:45PM -0500, David Teigland wrote: > I believe the time has arrived for a STABLE2 cluster branch. > > CVS HEAD hasn't been usable by most people for quite a while, partly due > to ugly build requirements and partly due to instability of new code. > Building HEAD curren

[Cluster-devel] conga/luci/site/luci/Extensions ResourceHandler.py

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-18 21:49:46 Modified files: luci/site/luci/Extensions: ResourceHandler.py Log message: add support for setting the self_fence attribute on clusterfs resources, part 2 Patches: htt

[Cluster-devel] time for STABLE2 branch

2007-09-18 Thread David Teigland
I believe the time has arrived for a STABLE2 cluster branch. CVS HEAD hasn't been usable by most people for quite a while, partly due to ugly build requirements and partly due to instability of new code. Building HEAD currently requires the unstable version of openais, and a gfs2 patch that only e

[Cluster-devel] conga/luci/cluster resource-form-macros

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-18 21:45:40 Modified files: luci/cluster : resource-form-macros Log message: add the ability to set the self_fence attribute on clusterfs resources (will need agent script suppor

[Cluster-devel] conga luci/conga_ssl/setup.py ricci/modules/cl ...

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-18 21:21:52 Modified files: luci/conga_ssl : setup.py ricci/modules/cluster/clumon: Makefile ricci/modules/cluster/clumon/src: Makefile ricci/modules/cluster/clumon

[Cluster-devel] cluster/fence/fenced recover.c

2007-09-18 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-09-18 20:53:48 Modified files: fence/fenced : recover.c Log message: Fix #258141 - possible use after free in fenced Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fenc

[Cluster-devel] cluster/fence/fenced recover.c

2007-09-18 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-09-18 20:53:17 Modified files: fence/fenced : recover.c Log message: Fix #258141 - possible use after free in fenced Patches: http://sourceware.org/cgi-bin/c

[Cluster-devel] conga/ricci/modules cluster/ClusterConf.h rpm/ ...

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-18 20:30:58 Modified files: ricci/modules/cluster: ClusterConf.h ricci/modules/rpm: PackageHandler.cpp RpmModule.cpp Log message: Fix a couple of compile-time errors Patch

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

2007-09-18 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-09-18 20:24:50 Added files: gfs2/man : gfs2_edit.8 Log message: Resolves: bz 247318: Need man page for gfs2_edit Patches: http://sourceware.org/cgi-bin/c

[Cluster-devel] conga/ricci/modules/cluster ClusterConf.cpp Cl ...

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-18 20:17:16 Modified files: ricci/modules/cluster: ClusterConf.cpp ClusterConf.h ClusterModule.cpp ClusterModule.h ClusterStatu

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

2007-09-18 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-09-18 18:46:00 Added files: gfs2/man : gfs2_edit.8 Log message: Resolves: bz 247318: Need man page for gfs2_edit Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2

[Cluster-devel] conga/ricci/modules/log LogParser.cpp LogParse ...

2007-09-18 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-18 18:46:35 Modified files: ricci/modules/log: LogParser.cpp LogParser.h LoggingModule.cpp LoggingModule.h main.cpp Log message: Cleanup and minor optimi

[Cluster-devel] [PATCH] [GFS2] bz288581 alternate gfs2_iget to avoid looking up inodes being freed

2007-09-18 Thread Benjamin Marzinski
There is a possible deadlock between two processes on the same node, where one process is deleting an inode, and another process is looking for allocated but unused inodes to delete in order to create more space. process A does an iput() on inode X, and it's i_count drops to 0. This causes iput_fi

[Cluster-devel] cluster/gfs2/fsck metawalk.c pass1b.c pass1c.c ...

2007-09-18 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL51 Changes by: [EMAIL PROTECTED] 2007-09-18 18:14:46 Modified files: gfs2/fsck : metawalk.c pass1b.c pass1c.c pass2.c Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on lin

[Cluster-devel] cluster/gfs2/fsck metawalk.c pass1b.c pass1c.c ...

2007-09-18 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-09-18 18:14:27 Modified files: gfs2/fsck : metawalk.c pass1b.c pass1c.c pass2.c Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line

[Cluster-devel] cluster/gfs2/fsck metawalk.c pass1.c pass1b.c ...

2007-09-18 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-09-18 18:14:06 Modified files: gfs2/fsck : metawalk.c pass1.c pass1b.c pass1c.c pass2.c Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of

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

2007-09-18 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-09-18 16:21:31 Modified files: gfs2/man : gfs2_quota.8 Log message: man page changes for new gfs2_quota reset option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/

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

2007-09-18 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-09-18 16:21:35 Modified files: gfs2/man : gfs2_quota.8 Log message: man page changes for new gfs2_quota reset option Patches: http://sourceware.org/cgi-b

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

2007-09-18 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL51 Changes by: [EMAIL PROTECTED] 2007-09-18 16:21:40 Modified files: gfs2/man : gfs2_quota.8 Log message: man page changes for new gfs2_quota reset option Patches: http://sourceware.org/cgi-

[Cluster-devel] cluster/cman/lib libcman.c

2007-09-18 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-09-18 16:01:00 Modified files: cman/lib : libcman.c Log message: Check quorum device name length against the right size. Patches: http://sourceware.org/c

[Cluster-devel] cluster/cman/lib libcman.c

2007-09-18 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-09-18 15:34:41 Modified files: cman/lib : libcman.c Log message: check quorum device name length against the right size. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/clus

[Cluster-devel] [GFS2 PATCH] data corruption fix

2007-09-18 Thread Wendy Cheng
* GFS2 has been using i_cache array to store its indirect meta blocks. Its flush routine doesn't correctly clean up all the entries. The problem would show while multiple nodes do simultaneous writes to the same file. Upon glock exclusive lock transfer, if the file is a sparse file with large f