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

« back to all changes in this revision

Viewing changes to pengine/test10/group3.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:05 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><cluster_property_set id="cib-bootstrap-options"><nvpair id="nvpair.id21832" 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="no-quorum-policy" value="ignore"/>
 
9
      </cluster_property_set>
 
10
    </crm_config>
8
11
    <nodes>
9
12
      <node id="uuid1" uname="node1" type="member"/>
10
13
      <node id="uuid2" uname="node2" type="member"/>
11
14
    </nodes>
12
15
    <resources>
13
16
      <group id="rsc1">
14
 
        <primitive id="child_rsc1" class="heartbeat" type="apache"><meta_attributes id="primitive-child_rsc1.meta"/></primitive>
15
 
        <primitive id="child_rsc2" class="heartbeat" type="apache"><meta_attributes id="primitive-child_rsc2.meta"/></primitive>
16
 
        <primitive id="child_rsc3" class="heartbeat" type="apache"><meta_attributes id="primitive-child_rsc3.meta"/></primitive>
17
 
      <meta_attributes id="group-rsc1.meta"/></group>
 
17
        <primitive id="child_rsc1" class="heartbeat" type="apache">
 
18
          <meta_attributes id="primitive-child_rsc1.meta"/>
 
19
        </primitive>
 
20
        <primitive id="child_rsc2" class="heartbeat" type="apache">
 
21
          <meta_attributes id="primitive-child_rsc2.meta"/>
 
22
        </primitive>
 
23
        <primitive id="child_rsc3" class="heartbeat" type="apache">
 
24
          <meta_attributes id="primitive-child_rsc3.meta"/>
 
25
        </primitive>
 
26
        <meta_attributes id="group-rsc1.meta"/>
 
27
      </group>
18
28
      <group id="rsc2">
19
 
        <primitive id="child_rsc4" class="heartbeat" type="apache"><meta_attributes id="primitive-child_rsc4.meta"/></primitive>
20
 
        <primitive id="child_rsc5" class="heartbeat" type="apache"><meta_attributes id="primitive-child_rsc5.meta"/></primitive>
21
 
        <primitive id="child_rsc6" class="heartbeat" type="apache"><meta_attributes id="primitive-child_rsc6.meta"/></primitive>
22
 
      <meta_attributes id="group-rsc2.meta"/></group>
 
29
        <primitive id="child_rsc4" class="heartbeat" type="apache">
 
30
          <meta_attributes id="primitive-child_rsc4.meta"/>
 
31
        </primitive>
 
32
        <primitive id="child_rsc5" class="heartbeat" type="apache">
 
33
          <meta_attributes id="primitive-child_rsc5.meta"/>
 
34
        </primitive>
 
35
        <primitive id="child_rsc6" class="heartbeat" type="apache">
 
36
          <meta_attributes id="primitive-child_rsc6.meta"/>
 
37
        </primitive>
 
38
        <meta_attributes id="group-rsc2.meta"/>
 
39
      </group>
23
40
    </resources>
24
41
    <constraints>
25
42
      <rsc_order id="order1" first="rsc1" then="rsc2" then-action="start" first-action="start" score="0"/>
29
46
    <node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/>
30
47
    <node_state id="uuid2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/>
31
48
  </status>
32
 
</cib>
 
49
</cib>
 
 
b'\\ No newline at end of file'