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 > > > > <service name="corosync_cman" ver="0"/> > > <service name="openais_ckpt" ver="0"/> > > > > 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
