[Pacemaker] Latest pacemaker-dev - having problems verifing config

Angus Salkeld asalkeld at redhat.com
Wed Jan 5 21:30:53 EST 2011


Hi

I am trying to get the latest (in hg) pacemker running on a super simple config.
This is simply to run CTS.

crm(live) configure# show xml
<?xml version="1.0" ?>
<cib admin_epoch="0" cib-last-written="Thu Jan  6 12:33:38 2011" crm_feature_set="3.0.5"
dc-uuid="r2" epoch="7" have-quorum="1" num_updates="30" validate-with="pacemaker-1.2">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.4-unknown"/>
        <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure"
value="openais"/>
        <nvpair id="cib-bootstrap-options-expected-quorum-votes" name="expected-quorum-votes"
value="3"/>
        <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="false"/>
      </cluster_property_set>
    </crm_config>
    <rsc_defaults/>
    <op_defaults/>
    <nodes>
      <node id="r1" type="normal" uname="r1"/>
      <node id="r2" type="normal" uname="r2"/>
      <node id="r3" type="normal" uname="r3"/>
    </nodes>
    <resources/>
    <constraints/>
    <acls/>
  </configuration>
</cib>

crm(live)configure# verify  
element acls: Relax-NG validity error : Element configuration has extra content: acls
element cib: Relax-NG validity error : Element cib failed to validate content
crm_verify[18946]: 2011/01/06_13:25:12 ERROR: main: CIB did not pass DTD/schema validation
Errors found during check: config not valid


I have tried:
 ./configure --with-acl=yes
 ./configure --with-acl=no

This doesn't seem to make a difference.

Any ideas?

The actual xml file does not seem to have the "acls" entry.


Regards
Angus Salkeld





More information about the Pacemaker mailing list