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

« back to all changes in this revision

Viewing changes to pengine/test10/order-required.exp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Loschwitz, Martin Loschwitz
  • Date: 2010-03-03 09:00:00 UTC
  • mfrom: (1.2.1 upstream)
  • mto: (2.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20100303090000-8jeo0iq73ozydrq7
Tags: 1.0.7+hg20100303r15404-1
[ Martin Loschwitz ]
* Update the copyright-file to the version updated by Ante Karamatic
* Remove the Build-Dependency on heartbeat-dev (obsolete)
* Add Build-Dependency on libcluster-glue-dev
* New upstream checkout; officially ready for unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 <transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" batch-limit="30" transition_id="0">
 
2
   <synapse id="0">
 
3
     <action_set>
 
4
       <rsc_op id="4" operation="start" operation_key="rsc1_start_0" on_node="node1" on_node_uuid="uuid1">
 
5
         <primitive id="rsc1" long-id="rsc1" class="heartbeat" type="apache"/>
 
6
         <attributes CRM_meta_timeout="20000" crm_feature_set="3.0.1"/>
 
7
       </rsc_op>
 
8
     </action_set>
 
9
     <inputs/>
 
10
   </synapse>
 
11
   <synapse id="1">
 
12
     <action_set>
 
13
      <rsc_op id="5" operation="stop" operation_key="rsc2_stop_0" on_node="node1" on_node_uuid="uuid1">
 
14
         <primitive id="rsc2" long-id="rsc2" class="heartbeat" type="apache"/>
 
15
         <attributes CRM_meta_timeout="20000" crm_feature_set="3.0.1"/>
 
16
       </rsc_op>
 
17
     </action_set>
 
18
    <inputs/>
 
19
   </synapse>
 
20
   <synapse id="2">
 
21
     <action_set>
 
22
      <rsc_op id="6" operation="start" operation_key="rsc2_start_0" on_node="node1" on_node_uuid="uuid1">
 
23
         <primitive id="rsc2" long-id="rsc2" class="heartbeat" type="apache"/>
 
24
         <attributes CRM_meta_timeout="20000" crm_feature_set="3.0.1"/>
 
25
       </rsc_op>
 
26
     </action_set>
 
27
    <inputs>
 
28
      <trigger>
 
29
        <rsc_op id="4" operation="start" operation_key="rsc1_start_0" on_node="node1" on_node_uuid="uuid1"/>
 
30
      </trigger>
 
31
      <trigger>
 
32
        <rsc_op id="5" operation="stop" operation_key="rsc2_stop_0" on_node="node1" on_node_uuid="uuid1"/>
 
33
      </trigger>
 
34
    </inputs>
 
35
   </synapse>
 
36
   <synapse id="3">
 
37
     <action_set>
 
38
      <rsc_op id="7" operation="stop" operation_key="rsc4_stop_0" on_node="node1" on_node_uuid="uuid1">
 
39
         <primitive id="rsc4" long-id="rsc4" class="heartbeat" type="apache"/>
 
40
         <attributes CRM_meta_timeout="20000" crm_feature_set="3.0.1"/>
 
41
       </rsc_op>
 
42
     </action_set>
 
43
     <inputs/>
 
44
   </synapse>
 
45
   <synapse id="4">
 
46
     <action_set>
 
47
       <pseudo_event id="1" operation="all_stopped" operation_key="all_stopped">
 
48
         <attributes crm_feature_set="3.0.1"/>
 
49
       </pseudo_event>
 
50
     </action_set>
 
51
     <inputs>
 
52
       <trigger>
 
53
        <rsc_op id="5" operation="stop" operation_key="rsc2_stop_0" on_node="node1" on_node_uuid="uuid1"/>
 
54
       </trigger>
 
55
       <trigger>
 
56
        <rsc_op id="7" operation="stop" operation_key="rsc4_stop_0" on_node="node1" on_node_uuid="uuid1"/>
 
57
       </trigger>
 
58
     </inputs>
 
59
   </synapse>
 
60
   <synapse id="5" priority="1000000">
 
61
     <action_set>
 
62
       <rsc_op id="3" operation="probe_complete" operation_key="probe_complete" on_node="node1" on_node_uuid="uuid1">
 
63
         <attributes CRM_meta_op_no_wait="true" crm_feature_set="3.0.1"/>
 
64
       </rsc_op>
 
65
     </action_set>
 
66
     <inputs/>
 
67
   </synapse>
 
68
 </transition_graph>
 
69