From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Mon, 10 Dec 2007 15:24:19 +0000 Subject: [Cluster-devel] [PATCH] dlm_controld: add multi-home In-Reply-To: <475D59A8.10908@redhat.com> References: <475D59A8.10908@redhat.com> Message-ID: <1197300259.1068.1034.camel@quoit> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Mon, 2007-12-10 at 15:22 +0000, 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 > case, but dlm_controld does not force this. It might be more appropriate > to set this in conga, but I'm not sure. > > Signed-Off-By: Patrick Caulfield Are you sure that 4 addresses will be enough? seems a little low to me, or did I misunderstand the purpose of MAX_NODE_ADDRESSES? Steve.