]> git.proxmox.com Git - pve-ha-manager.git/blame - src/test/test-shutdown-policy5/log.expect
test: update pre-existing policy tests for fixed balancing spread
[pve-ha-manager.git] / src / test / test-shutdown-policy5 / log.expect
CommitLineData
99278e06
TL
1info 0 hardware: starting simulation
2info 20 cmdlist: execute power node1 on
3info 20 node1/crm: status change startup => wait_for_quorum
4info 20 node1/lrm: status change startup => wait_for_agent_lock
5info 20 cmdlist: execute power node2 on
6info 20 node2/crm: status change startup => wait_for_quorum
7info 20 node2/lrm: status change startup => wait_for_agent_lock
8info 20 cmdlist: execute power node3 on
9info 20 node3/crm: status change startup => wait_for_quorum
10info 20 node3/lrm: status change startup => wait_for_agent_lock
11info 20 node1/crm: got lock 'ha_manager_lock'
12info 20 node1/crm: status change wait_for_quorum => master
13info 20 node1/crm: node 'node1': state changed from 'unknown' => 'online'
14info 20 node1/crm: node 'node2': state changed from 'unknown' => 'online'
15info 20 node1/crm: node 'node3': state changed from 'unknown' => 'online'
16info 20 node1/crm: adding new service 'ct:102' on node 'node1'
17info 20 node1/crm: adding new service 'vm:103' on node 'node1'
18info 21 node1/lrm: got lock 'ha_agent_node1_lock'
19info 21 node1/lrm: status change wait_for_agent_lock => active
20info 21 node1/lrm: starting service ct:102
21info 21 node1/lrm: service status ct:102 started
22info 21 node1/lrm: starting service vm:103
23info 21 node1/lrm: service status vm:103 started
24info 22 node2/crm: status change wait_for_quorum => slave
25info 24 node3/crm: status change wait_for_quorum => slave
26info 120 cmdlist: execute shutdown node1
27info 120 node1/lrm: got shutdown request with shutdown policy 'migrate'
28info 120 node1/lrm: shutdown LRM, doing maintenance, removing this node from active list
29info 120 node1/crm: node 'node1': state changed from 'online' => 'maintenance'
30info 120 node1/crm: relocate service 'ct:102' to node 'node2'
31info 120 node1/crm: service 'ct:102': state changed from 'started' to 'relocate' (node = node1, target = node2)
8c80973d
TL
32info 120 node1/crm: migrate service 'vm:103' to node 'node3' (running)
33info 120 node1/crm: service 'vm:103': state changed from 'started' to 'migrate' (node = node1, target = node3)
99278e06
TL
34info 121 node1/lrm: status change active => maintenance
35info 121 node1/lrm: service ct:102 - start relocate to node 'node2'
36info 121 node1/lrm: stopping service ct:102 (relocate)
37info 121 node1/lrm: service status ct:102 stopped
38info 121 node1/lrm: service ct:102 - end relocate to node 'node2'
8c80973d
TL
39info 121 node1/lrm: service vm:103 - start migrate to node 'node3'
40info 121 node1/lrm: service vm:103 - end migrate to node 'node3'
99278e06 41info 140 node1/crm: service 'ct:102': state changed from 'relocate' to 'started' (node = node2)
8c80973d 42info 140 node1/crm: service 'vm:103': state changed from 'migrate' to 'started' (node = node3)
99278e06
TL
43info 142 node1/lrm: exit (loop end)
44info 142 shutdown: execute crm node1 stop
45info 141 node1/crm: server received shutdown request
46info 143 node2/lrm: got lock 'ha_agent_node2_lock'
47info 143 node2/lrm: status change wait_for_agent_lock => active
48info 143 node2/lrm: starting service ct:102
49info 143 node2/lrm: service status ct:102 started
8c80973d
TL
50info 145 node3/lrm: got lock 'ha_agent_node3_lock'
51info 145 node3/lrm: status change wait_for_agent_lock => active
52info 145 node3/lrm: starting service vm:103
53info 145 node3/lrm: service status vm:103 started
99278e06
TL
54info 160 node1/crm: voluntary release CRM lock
55info 161 node1/crm: exit (loop end)
56info 161 shutdown: execute power node1 off
57info 161 node2/crm: got lock 'ha_manager_lock'
58info 161 node2/crm: status change slave => master
99278e06 59info 720 hardware: exit simulation - done