[Cluster-devel] cluster/cman/daemon commands.c

2007-09-27 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-09-27 09:01:30 Modified files: cman/daemon: commands.c Log message: Recalculate quorum based on the expected votes value of a new node. bz#308581 Patches:

[Cluster-devel] cluster/cman/daemon commands.c

2007-09-27 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-09-27 09:05:45 Modified files: cman/daemon: commands.c Log message: Recalculate quorum when we have a new node's expected_votes. bz#308581

[Cluster-devel] [PATCH] dlm: block dlm_recv in recovery transition

2007-09-27 Thread David Teigland
Introduce a per-lockspace rwsem that's held in read mode by dlm_recv threads while working in the dlm. This allows dlm_recv activity to be suspended when the lockspace transitions to, from and between recovery cycles. The specific bug prompting this change is one where an in-progress recovery

[Cluster-devel] conga/luci/cluster clu_portlet_fetcher form-ch ...

2007-09-27 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-27 21:42:15 Modified files: luci/cluster : clu_portlet_fetcher form-chooser form-macros portlet_cluconfig portlet_cluconfig_macro

[Cluster-devel] Fix for configure and kernel trees

2007-09-27 Thread Joel Becker
configure: Backticks don't work in strings. Use POSIX::uname(). The strings that use backticks to get `uname -r` don't work as expected. Let's use POSIX::uname() directly and let perl do the work. Index: configure === RCS file:

[Cluster-devel] Re: Fix for configure and kernel trees

2007-09-27 Thread Fabio Massimo Di Nitto
Joel Becker wrote: configure: Backticks don't work in strings. Use POSIX::uname(). The strings that use backticks to get `uname -r` don't work as expected. Let's use POSIX::uname() directly and let perl do the work. Hi Joel, could you be so kind to show me what is the behavior you expect

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

2007-09-27 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-09-28 04:47:56 Modified files: ricci/modules/cluster: ClusterModule.cpp ClusterStatus.cpp ClusterStatus.h Log message: add parameters for start_node