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

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-09 22:14:44 Modified files: fence/fenced : agent.c Log message: Allow valid addresses of nodes even if they're not identical to the way they're specified in cluster.conf Patch

[Cluster-devel] cluster/fence/fenced member_cman.c group.c

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-09 22:13:32 Modified files: fence/fenced : member_cman.c group.c Log message: Fix code that caused warnings on platforms where sizeof(void *) != sizeof(int) Patches: http://so

[Cluster-devel] conga ./conga.spec.in.in luci/site/luci/Extens ...

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 21:41:46 Modified files: . : conga.spec.in.in luci/site/luci/Extensions: LuciClusterActions.py Log message: Fixed bz320411 (conga should use the node name i

[Cluster-devel] conga ./conga.spec.in.in luci/site/luci/Extens ...

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2007-10-09 21:33:47 Modified files: . : conga.spec.in.in luci/site/luci/Extensions: cluster_adapters.py Log message: Fix bz325501 (conga doesn't

[Cluster-devel] conga ./conga.spec.in.in luci/site/luci/Extens ...

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 21:31:05 Modified files: . : conga.spec.in.in luci/site/luci/Extensions: cluster_adapters.py Log message: Fix 315631: conga doesn't handle the cluster resta

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

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 20:57:35 Modified files: . : conga.spec.in.in Log message: Changelog update for 249619 fix Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.

[Cluster-devel] conga/luci/homebase luci_homebase.css

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 20:56:51 Modified files: luci/homebase : luci_homebase.css Log message: Fix 249619: luci "Manage Systems and Clusters" display of clusters and storage systems is cascaded Patc

[Cluster-devel] conga ./conga.spec.in.in luci/cluster/resource ...

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 20:24:42 Modified files: . : conga.spec.in.in luci/cluster : resource-form-macros luci/init.d: luci make : version.in Log message:

[Cluster-devel] conga/luci/site/luci/Extensions RicciQueries.p ...

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 20:20:03 Modified files: luci/site/luci/Extensions: RicciQueries.py conga_constants.py conga_storage_constants.py ri

[Cluster-devel] conga ./clustermon.spec.in.in ricci/modules/cl ...

2007-10-09 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-10-09 19:58:30 Modified files: . : clustermon.spec.in.in ricci/modules/cluster: ClusterStatus.cpp ricci/modules/cluster/clumon/src/cim-provider: Makefile

[Cluster-devel] [GFS2 PATCH][userland] bz 291551: gfs2_fsck clears journals without asking.

2007-10-09 Thread Bob Peterson
Hi, This patch is for bugzilla bug 291551: gfs2_fsck clears journals without asking. It allows gfs2_fsck to detect dirty journals, then replay them or clear them based on user responses. I'm posting it here for your review. That may not ordinarily be necessary, but due to the size of the patch,

Re: [Cluster-devel] time for STABLE2 branch

2007-10-09 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] cluster/fence/agents/apc fence_apc.py

2007-10-09 Thread jparsons
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2007-10-09 14:56:15 Modified files: fence/agents/apc: fence_apc.py Log message: Fix for bz299191 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/age

[Cluster-devel] [PATCH] dlm: Split lock mode and flag constants into a sharable header.

2007-10-09 Thread Joel Becker
This allows others to use the DLM constants without being tied to the function API of fs/dlm. Signed-off-by: Joel Becker <[EMAIL PROTECTED]> --- include/linux/Kbuild |1 + include/linux/dlm.h | 140 + include/linux/dlmconstants.h | 159 ++

[Cluster-devel] cluster/dlm-kernel/src device.c

2007-10-09 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL46 Changes by: [EMAIL PROTECTED] 2007-10-09 07:24:12 Modified files: dlm-kernel/src : device.c Log message: Only update castparam if it's non-NULL. bz#318851 Patches: http://sourceware.org