From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Caulfield Date: Mon, 10 Dec 2007 15:50:12 +0000 Subject: [Cluster-devel] [PATCH] dlm_controld: add multi-home In-Reply-To: <1197300259.1068.1034.camel@quoit> References: <475D59A8.10908@redhat.com> <1197300259.1068.1034.camel@quoit> Message-ID: <475D6034.1030307@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Steven Whitehouse wrote: > 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? > It's set to 3 in the kernel ! Patrick