dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone
Blob Blame History Raw
<cib validate-with="pacemaker-3.0" admin_epoch="0" epoch="0" num_updates="0">
  <configuration>
    <crm_config/>
    <nodes>

      <node id="virt-063" uname="virt-063"/>
      <node id="virt-064" uname="virt-064"/>
      <node id="virt-069" uname="virt-069"/>

    </nodes>
    <resources>

      <!-- possible override from op attribute -->
      <primitive id="myAddr" class="ocf" provider="heartbeat" type="IPaddr2">
        <operations>
          <op id="myAddr-monitor" name="monitor" interval="30s"/>
          <op id="myAddr-start" name="start" interval="0" timeout="40s"/>
          <!-- stop != start -->
          <op id="myAddr-stop" name="stop" interval="0" timeout="40s"/>
        </operations>
        <instance_attributes id="myAddr-params">
          <nvpair id="myAddr-ip" name="ip" value="192.0.2.10"/>
        </instance_attributes>
        <meta_attributes id="myAddr-meta">
          <nvpair id="myAddr-requires" name="requires" value="quorum"/>
        </meta_attributes>
      </primitive>

      <!-- possible override from op's meta-attribute -->
      <clone id="master">
        <meta_attributes id="master-meta">
          <nvpair id="master-promotable" name="promotable" value="true"/>
          <nvpair id="master-promoted-node-max" name="promoted-node-max" value="1"/>
          <nvpair id="master-clone-max" name="clone-max" value="3"/>
          <nvpair id="master-promoted-max" name="promoted-max" value="1"/>
          <nvpair id="master-clone-node-max" name="clone-node-max" value="1"/>
        </meta_attributes>
        <primitive id="stateful" class="ocf" type="Stateful" provider="pacemaker">
          <operations>
            <op id="stateful-monitor-15s" interval="15s" name="monitor" timeout="60s"/>
            <op id="stateful-monitor-16s" interval="16s" name="monitor" timeout="60s" role="Master"/>
            <op id="stateful-promote" interval="0" name="promote" timeout="40s"/>
            <!-- demote != promote -->
            <op id="stateful-demote" interval="0" name="demote" timeout="40s"/>
          </operations>
          <meta_attributes id="stateful-meta">
            <nvpair id="stateful-requires" name="requires" value="quorum"/>
          </meta_attributes>
        </primitive>
      </clone>

    </resources>
    <constraints/>
  </configuration>
  <status/>
</cib>