]> git.proxmox.com Git - pve-ha-manager.git/blob - src/test/test-basic4/log.expect
manager: set new request_start state for services freshly added to HA
[pve-ha-manager.git] / src / test / test-basic4 / log.expect
1 info 0 hardware: starting simulation
2 info 20 cmdlist: execute power node1 on
3 info 20 node1/crm: status change startup => wait_for_quorum
4 info 20 node1/lrm: status change startup => wait_for_agent_lock
5 info 20 cmdlist: execute power node2 on
6 info 20 node2/crm: status change startup => wait_for_quorum
7 info 20 node2/lrm: status change startup => wait_for_agent_lock
8 info 20 cmdlist: execute power node3 on
9 info 20 node3/crm: status change startup => wait_for_quorum
10 info 20 node3/lrm: status change startup => wait_for_agent_lock
11 info 20 cmdlist: execute network node1 off
12 info 20 cmdlist: execute network node2 off
13 info 20 cmdlist: execute network node3 off
14 info 120 cmdlist: execute network node1 on
15 info 120 cmdlist: execute network node2 on
16 info 120 cmdlist: execute network node3 on
17 info 120 node1/crm: got lock 'ha_manager_lock'
18 info 120 node1/crm: status change wait_for_quorum => master
19 info 120 node1/crm: node 'node1': state changed from 'unknown' => 'online'
20 info 120 node1/crm: node 'node2': state changed from 'unknown' => 'online'
21 info 120 node1/crm: node 'node3': state changed from 'unknown' => 'online'
22 info 120 node1/crm: adding new service 'vm:101' on node 'node1'
23 info 120 node1/crm: adding new service 'vm:102' on node 'node2'
24 info 120 node1/crm: adding new service 'vm:103' on node 'node3'
25 info 120 node1/crm: service 'vm:101': state changed from 'request_start' to 'started' (node = node1)
26 info 120 node1/crm: service 'vm:102': state changed from 'request_start' to 'started' (node = node2)
27 info 120 node1/crm: service 'vm:103': state changed from 'request_start' to 'started' (node = node3)
28 info 121 node1/lrm: got lock 'ha_agent_node1_lock'
29 info 121 node1/lrm: status change wait_for_agent_lock => active
30 info 121 node1/lrm: starting service vm:101
31 info 121 node1/lrm: service status vm:101 started
32 info 122 node2/crm: status change wait_for_quorum => slave
33 info 123 node2/lrm: got lock 'ha_agent_node2_lock'
34 info 123 node2/lrm: status change wait_for_agent_lock => active
35 info 123 node2/lrm: starting service vm:102
36 info 123 node2/lrm: service status vm:102 started
37 info 124 node3/crm: status change wait_for_quorum => slave
38 info 125 node3/lrm: got lock 'ha_agent_node3_lock'
39 info 125 node3/lrm: status change wait_for_agent_lock => active
40 info 125 node3/lrm: starting service vm:103
41 info 125 node3/lrm: service status vm:103 started
42 info 720 hardware: exit simulation - done