From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Fri, 2 Oct 2009 09:55:21 -0500 Subject: [Cluster-devel] skipping unused services, cman_tool join -A In-Reply-To: <20090925193105.GE14664@redhat.com> References: <20090925192752.GD14664@redhat.com> <20090925193105.GE14664@redhat.com> Message-ID: <20091002145521.GB9172@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 Fri, Sep 25, 2009 at 02:31:05PM -0500, David Teigland wrote: > On Fri, Sep 25, 2009 at 02:27:52PM -0500, David Teigland wrote: > > To avoid loading+running services that you don't use (e.g. to avoid bugs > > crashing the system from a service you're not using) > > > > add to cluster.conf > > > > > > > > > > run cman_tool join -A > > this worked when I used it for a while last spring, but it's now failing: The problem was the corosync_cman service, which cman loads itself. With just the openais_ckpt service it works fine. Dave