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.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pacemaker mailing list: [email protected] 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
