blob: eada1f642ec68ae3bc55a8b07811156bb117ef7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="1" transition_id="0">
<synapse id="0">
<action_set>
<crm_event id="87" operation="do_shutdown" operation_key="do_shutdown-pcmk-2" on_node="pcmk-2" on_node_uuid="pcmk-2">
<attributes CRM_meta_on_node="pcmk-2" CRM_meta_on_node_uuid="pcmk-2" CRM_meta_op_no_wait="true" />
<downed>
<node id="pcmk-2"/>
</downed>
</crm_event>
</action_set>
<inputs/>
</synapse>
<synapse id="1">
<action_set>
<crm_event id="86" operation="do_shutdown" operation_key="do_shutdown-pcmk-1" on_node="pcmk-1" on_node_uuid="pcmk-1">
<attributes CRM_meta_on_node="pcmk-1" CRM_meta_on_node_uuid="pcmk-1" CRM_meta_op_no_wait="true" />
<downed>
<node id="pcmk-1"/>
</downed>
</crm_event>
</action_set>
<inputs>
<trigger>
<crm_event id="87" operation="do_shutdown" operation_key="do_shutdown-pcmk-2" on_node="pcmk-2" on_node_uuid="pcmk-2"/>
</trigger>
</inputs>
</synapse>
</transition_graph>
|