Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 488746

Summary: =sys-cluster/pacemaker-1.1.10 - validate-with="1.0" in config should be set to 1.1
Product: Gentoo Linux Reporter: Christian R <chris>
Component: [OLD] Core systemAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED OBSOLETE    
Severity: normal CC: treecleaner
Priority: Normal    
Version: unspecified   
Hardware: Other   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Deadline: 2020-12-07   

Description Christian R 2013-10-20 17:53:10 UTC
installed pacemaker 1.1.10

validate-with in config is set to 1.0, should be 1.1 to get crm updates working

crm configure show xml
<?xml version="1.0" ?>
<cib num_updates="3" dc-uuid="cluster1" crm_feature_set="3.0.7" validate-with="pacemaker-1.0" epoch="13" admin_epoch="0" cib-last-written="Sun Oct 20 18:57:03 2013" have-quorum="0">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.10-368c726"/>
        <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="classic openais (with plugin)"/>
        <nvpair id="cib-bootstrap-options-expected-quorum-votes" name="expected-quorum-votes" value="2"/>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="cluster1" uname="cluster1"/>
      <node id="cluster2" uname="cluster2"/>
    </nodes>
    <resources/>
    <constraints/>
  </configuration>
</cib>

Reproducible: Always
Comment 1 Ultrabug gentoo-dev 2015-04-27 08:09:22 UTC
Does this still happen with latest pacemaker-1.1.12 plz ?
Comment 2 Sergey Popov (RETIRED) gentoo-dev 2020-11-15 08:48:00 UTC
Current stable pacemaker does not have this issue, closing as OBSOLETE