So, trying to create a cluster on a given node with ccs:

# ccs -p xxx -h $(hostname) --createcluster foo2
Validation Failure, unable to modify configuration file (use -i to ignore this 
error).

But there shouldn't be any configuration here yet.  I've not done
anything with this node:

# ccs -p xxx -h $(hostname) --getconf
<cluster config_version="1" name="cluster">  
          <fence_daemon/>  
          <clusternodes/>  
          <cman/>  
          <fencedevices/>  
          <rm>    
                    <failoverdomains/>    
                    <resources/>    
          </rm>  
</cluster>

So what's wrong with this (empty) configuration?

Even using -i as suggested doesn't work:

# ccs -p xxx -h $(hostname) --createcluster -i foo2
Validation Failure, unable to modify configuration file (use -i to ignore this 
error).

Any ideas?

b.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to