~ubuntu-branches/ubuntu/utopic/pacemaker/utopic-proposed

« back to all changes in this revision

Viewing changes to pengine/test10/attrs3.xml

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-07-16 16:40:24 UTC
  • mfrom: (1.1.11) (2.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130716164024-lvwrf4xivk1wdr3c
Tags: 1.1.9+git20130321-1ubuntu1
* Resync from debian expiremental.
* debian/control:
  - Use lower version for Build-Depends on libcorosync-dev
    and libqb-dev.
  - Build-Depends on libcfg-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<cib admin_epoch="0" epoch="1" num_updates="1" dc-uuid="0" have-quorum="false" remote-tls-port="0" validate-with="pacemaker-1.0">
 
1
<cib admin_epoch="0" epoch="1" num_updates="1" dc-uuid="0" have-quorum="false" remote-tls-port="0" validate-with="pacemaker-1.0" cib-last-written="Fri Jul 13 13:51:00 2012">
3
2
  <configuration>
4
3
    <crm_config>
5
 
       <cluster_property_set id="no-stonith">
6
 
         <nvpair id="opt-no-stonith" name="stonith-enabled" value="false"/>
7
 
       </cluster_property_set>
8
 
       <cluster_property_set id="cib-bootstrap-options"><nvpair id="nvpair.id21832" name="symmetric-cluster" value="false"/><nvpair id="nvpair.id21841" name="no-quorum-policy" value="ignore"/></cluster_property_set></crm_config>
 
4
      <cluster_property_set id="no-stonith">
 
5
        <nvpair id="opt-no-stonith" name="stonith-enabled" value="false"/>
 
6
      </cluster_property_set>
 
7
      <cluster_property_set id="cib-bootstrap-options">
 
8
        <nvpair id="nvpair.id21832" name="symmetric-cluster" value="false"/>
 
9
        <nvpair id="nvpair.id21841" name="no-quorum-policy" value="ignore"/>
 
10
      </cluster_property_set>
 
11
    </crm_config>
9
12
    <nodes>
10
13
      <node id="uuid1" uname="node1" type="member"/>
11
14
      <node id="uuid2" uname="node2" type="member"/>
12
15
    </nodes>
13
16
    <resources>
14
 
      <primitive id="rsc1" class="heartbeat" type="apache"><meta_attributes id="primitive-rsc1.meta"/></primitive>
 
17
      <primitive id="rsc1" class="heartbeat" type="apache">
 
18
        <meta_attributes id="primitive-rsc1.meta"/>
 
19
      </primitive>
15
20
    </resources>
16
21
    <constraints>
17
22
      <rsc_location id="run_rsc1" rsc="rsc1">
18
 
        <rule id="can1" score="1" boolean-op="or">
19
 
          <expression id="expression.id21901" attribute="#id" operation="ne" value="uuid1"/>
20
 
          <expression id="expression.id21910" attribute="#uname" operation="ne" value="node2"/>
21
 
        </rule>
 
23
        <rule id="can1" score="1" boolean-op="or">
 
24
          <expression id="expression.id21901" attribute="#id" operation="ne" value="uuid1"/>
 
25
          <expression id="expression.id21910" attribute="#uname" operation="ne" value="node2"/>
 
26
        </rule>
22
27
      </rsc_location>
23
28
    </constraints>
24
29
  </configuration>
26
31
    <node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/>
27
32
    <node_state id="uuid2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/>
28
33
  </status>
29
 
</cib>
 
34
</cib>
 
 
b'\\ No newline at end of file'