66eae0ae75
The idea in general is to migrate all the state, which is small for us, in a single step once. But, QEMU only calls save state if we return active true. Hardcoding is-active to return true, like done initially, makes the migration freeze, as QEMU thinks this is never done, and only stops calling us and finishes after a few seconds. So, add a state with an "active" boolean, set to true when initializing a migration, and set it to false when the state was saved. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
extra | ||
pve | ||
series |