qemu-server/test/MigrationTest
Dominik Csapak dfc47f7da2 migrate: call vm_stop_cleanup after stopping in phase3_cleanup
we currently only call deactivate_volumes, but we actually want to call
the whole vm_stop_cleanup, since that is not invoked by the vm_stop
above (we cannot parse the config anymore) and might do other cleanups
we also want to do (like mdev cleanup).

For this to work properly we have to clone the original config at the
beginning, since we might modify the volids.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2025-03-06 16:33:14 +01:00
..
QemuMigrateMock.pm move helper to check running QEMU version out of the 'Machine' module 2024-07-30 21:19:51 +02:00
QmMock.pm test: migration: mock get_current_qemu_machine 2023-11-12 18:48:01 +01:00
Shared.pm migrate: call vm_stop_cleanup after stopping in phase3_cleanup 2025-03-06 16:33:14 +01:00