Re: [Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread David Teigland
On Mon, Dec 10, 2007 at 12:48:49PM -0800, Joel Becker wrote: > On Mon, Dec 10, 2007 at 09:59:35AM -0600, David Teigland wrote: > > These addresses come from the openais multiring configuration. The jump > > from 1 to 2 openais rings is going to be challenging enough, IME. As > > Patrick points ou

Re: [Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread Joel Becker
On Mon, Dec 10, 2007 at 09:59:35AM -0600, David Teigland wrote: > These addresses come from the openais multiring configuration. The jump > from 1 to 2 openais rings is going to be challenging enough, IME. As > Patrick points out, dlm-kernel supports up to 3. Whatever happened to "we'll

[Cluster-devel] [GFS2][Patch] Remove function gfs2_get_block

2007-12-10 Thread Bob Peterson
Hi, This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every b

[Cluster-devel] cluster/rgmanager/src/utils clustat.c

2007-12-10 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-12-10 18:24:13 Modified files: rgmanager/src/utils: clustat.c Log message: Fix type-pun warnings in clustat.c on i386 Patches: http://sourceware.org/cgi-bin/cv

[Cluster-devel] cluster/rgmanager/src/utils clustat.c

2007-12-10 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-12-10 18:11:57 Modified files: rgmanager/src/utils: clustat.c Log message: Fix type-punned errors on i386 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/uti

[Cluster-devel] cluster/group/dlm_controld dlm_daemon.h member ...

2007-12-10 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-12-10 16:17:07 Modified files: group/dlm_controld: dlm_daemon.h member_cman.c Log message: Add multi-path capability. Each address we get from cman is now passed into the DLM

Re: [Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread David Teigland
On Mon, Dec 10, 2007 at 04:44:20PM +0100, Fabio M. Di Nitto wrote: > On Mon, 10 Dec 2007, Patrick Caulfield wrote: > > >This patch adds multi-home capability to dlm_controld. If a node has > >more than one address then the DLM will be told about all of them, > >rather than just the first as at pre

Re: [Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread Patrick Caulfield
Steven Whitehouse wrote: > Hi, > > On Mon, 2007-12-10 at 15:22 +, Patrick Caulfield wrote: >> This patch adds multi-home capability to dlm_controld. If a node has >> more than one address then the DLM will be told about all of them, >> rather than just the first as at present. >> >> It is assu

Re: [Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread Fabio M. Di Nitto
On Mon, 10 Dec 2007, Patrick Caulfield wrote: This patch adds multi-home capability to dlm_controld. If a node has more than one address then the DLM will be told about all of them, rather than just the first as at present. It is assumed that sctp will be used as a transport protocol in this ca

Re: [Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread Steven Whitehouse
Hi, On Mon, 2007-12-10 at 15:22 +, Patrick Caulfield wrote: > This patch adds multi-home capability to dlm_controld. If a node has > more than one address then the DLM will be told about all of them, > rather than just the first as at present. > > It is assumed that sctp will be used as a tra

[Cluster-devel] [PATCH] dlm_controld: add multi-home

2007-12-10 Thread Patrick Caulfield
This patch adds multi-home capability to dlm_controld. If a node has more than one address then the DLM will be told about all of them, rather than just the first as at present. It is assumed that sctp will be used as a transport protocol in this case, but dlm_controld does not force this. It migh