From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Tue, 10 Jun 2008 09:19:13 -0400 Subject: [Cluster-devel] Changes in libccs behaviour (PLEASE READ!) In-Reply-To: References: Message-ID: <1213103953.20204.18.camel@ayanami.boston.devel.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 Tue, 2008-06-03 at 11:16 +0200, Fabio M. Di Nitto wrote: > Hi guys, > > I just landed the last bits in libccs to support both xpath lite and full > xpath queries. With this new code, a couple of things need to be checked > across all applications using libccs. > > Relevant changes: > > ccs_connect() used to return only when cluster is quorated. > This is not the case anymore. ccs_connect will return as soon as it can > connect to aisexec and init properly (or fail). > You can use cman_is_quorate from libcman for the same feature. This is good - one of the things we've had happen in the past is the "Not quorate/refusing connection" messages reported thousands of times. I guess admins didn't like it :D -- Lon