]> git.proxmox.com Git - pve-ha-manager.git/blame - src/test/test-crm-maintenance-request4/log.expect
lrm: keep manual maintenance mode independent of shutdown policy
[pve-ha-manager.git] / src / test / test-crm-maintenance-request4 / log.expect
CommitLineData
f12abfe0
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 'vm:101' on node 'node1'
17info 20 node1/crm: adding new service 'vm:102' on node 'node2'
18info 20 node1/crm: adding new service 'vm:103' on node 'node3'
19info 20 node1/crm: service 'vm:101': state changed from 'request_start' to 'started' (node = node1)
20info 20 node1/crm: service 'vm:103': state changed from 'request_start' to 'started' (node = node3)
21info 21 node1/lrm: got lock 'ha_agent_node1_lock'
22info 21 node1/lrm: status change wait_for_agent_lock => active
23info 21 node1/lrm: starting service vm:101
24info 21 node1/lrm: service status vm:101 started
25info 22 node2/crm: status change wait_for_quorum => slave
26info 23 node2/lrm: got lock 'ha_agent_node2_lock'
27info 23 node2/lrm: status change wait_for_agent_lock => active
28info 24 node3/crm: status change wait_for_quorum => slave
29info 25 node3/lrm: got lock 'ha_agent_node3_lock'
30info 25 node3/lrm: status change wait_for_agent_lock => active
31info 25 node3/lrm: starting service vm:103
32info 25 node3/lrm: service status vm:103 started
33info 40 node1/crm: service 'vm:102': state changed from 'request_stop' to 'stopped'
34info 120 cmdlist: execute crm node1 enable-node-maintenance
35info 121 node1/lrm: status change active => maintenance
36info 140 node1/crm: node 'node1': state changed from 'online' => 'maintenance'
37info 140 node1/crm: migrate service 'vm:101' to node 'node2' (running)
38info 140 node1/crm: service 'vm:101': state changed from 'started' to 'migrate' (node = node1, target = node2)
39info 141 node1/lrm: service vm:101 - start migrate to node 'node2'
40info 141 node1/lrm: service vm:101 - end migrate to node 'node2'
41info 160 node1/crm: service 'vm:101': state changed from 'migrate' to 'started' (node = node2)
42info 163 node2/lrm: starting service vm:101
43info 163 node2/lrm: service status vm:101 started
44info 220 cmdlist: execute shutdown node1
45info 220 node1/lrm: got shutdown request with shutdown policy 'conditional'
f129138c 46info 220 node1/lrm: shutdown LRM, ignore conditional policy as manual maintenance mode is enabled
f12abfe0
TL
47info 222 node1/lrm: exit (loop end)
48info 222 shutdown: execute crm node1 stop
49info 221 node1/crm: server received shutdown request
f12abfe0
TL
50info 240 node1/crm: voluntary release CRM lock
51info 241 node1/crm: exit (loop end)
52info 241 shutdown: execute power node1 off
53info 241 node2/crm: got lock 'ha_manager_lock'
54info 241 node2/crm: status change slave => master
f12abfe0
TL
55info 320 cmdlist: execute power node1 on
56info 320 node1/crm: status change startup => wait_for_quorum
57info 320 node1/lrm: status change startup => wait_for_agent_lock
58info 320 node1/crm: status change wait_for_quorum => slave
f12abfe0 59info 920 hardware: exit simulation - done