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

« back to all changes in this revision

Viewing changes to pengine/test10/attrs6.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="uuid1" have-quorum="false" remote-tls-port="0" validate-with="pacemaker-1.0">
 
1
<cib admin_epoch="0" epoch="1" num_updates="1" dc-uuid="uuid1" 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.id21834" name="symetric_cluster" value="false"/><nvpair id="nvpair.id21843" 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.id21834" name="symetric_cluster" value="false"/>
 
9
        <nvpair id="nvpair.id21843" 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">
19
 
          <expression id="expression.id21901" attribute="#is_dc" operation="eq" value="true"/>
20
 
        </rule>
 
23
        <rule id="can1" score="1">
 
24
          <expression id="expression.id21901" attribute="#is_dc" operation="eq" value="true"/>
 
25
        </rule>
21
26
      </rsc_location>
22
27
    </constraints>
23
28
  </configuration>
25
30
    <node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/>
26
31
    <node_state id="uuid2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/>
27
32
  </status>
28
 
</cib>
 
33
</cib>
 
 
b'\\ No newline at end of file'