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 (or set CMAN_JOIN_OPTS env var) Dave
