]> git.proxmox.com Git - pve-ha-manager.git/commit
test behavior of maintenance mode with another shutdown policy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Apr 2023 16:38:21 +0000 (18:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Apr 2023 12:10:18 +0000 (14:10 +0200)
commitf12abfe0720ef80ce59b7bc60c598a113fe31ada
treed7aee3bbe6b7f13032a0637c448aafe2ce31b1ac
parent26bbff0d552f17b8d28d5d452130c34d1632385a
test behavior of maintenance mode with another shutdown policy

Encode what happens if a node is in maintenance and gets shutdown
with a shutdown policy other than 'migrate' (= maintenance mode)
active.

Currently it's causing disabling the maintenance mode and also might
make a fence even possible (if not all service got moved already).
This will be addressed in the next commit.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/test/test-crm-maintenance-request4/README [new file with mode: 0644]
src/test/test-crm-maintenance-request4/cmdlist [new file with mode: 0644]
src/test/test-crm-maintenance-request4/datacenter.cfg [new file with mode: 0644]
src/test/test-crm-maintenance-request4/hardware_status [new file with mode: 0644]
src/test/test-crm-maintenance-request4/log.expect [new file with mode: 0644]
src/test/test-crm-maintenance-request4/manager_status [new file with mode: 0644]
src/test/test-crm-maintenance-request4/service_config [new file with mode: 0644]