From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Thu, 15 Oct 2009 09:51:08 -0500 Subject: [Cluster-devel] Re: [RFC PATCH] dlm: enhancing dlm_controld (pcmk) to be able to handle redundant rings In-Reply-To: References: <20091014181711.GD28090@redhat.com> Message-ID: <20091015145108.GA27152@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Oct 15, 2009 at 09:43:56AM +0200, Andrew Beekhof wrote: > Looks good to me :-) > Although it might be nice to have the automated detection in place too. > > Less things for the admin to get wrong. What do you think Dave? I don't mind, now that I've taken a moment to think how it should work... There should be three protocol options, "tcp", "sctp", "detect". Detect should work by reading the totem/rrp_mode value in setup_ccs(). Dave