]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuMigrate.pm
migration: keep log rate steady if polling gets more frequent
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Apr 2021 20:01:05 +0000 (22:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Apr 2021 20:08:19 +0000 (22:08 +0200)
commitb68a957b2ef14a0ff8419dd79738f6d46bbeca7b
tree6859df70d2c5d6a27c3fd5b65a3badff14ad979b
parent0fca250af0716c4cbc24b5cf5f47cbf098be008f
migration: keep log rate steady if polling gets more frequent

Either we're done in a few seconds anyway, or if the VM dirties lots
of pages we need quite a bit of time, and then it does not help to
output roughly the same status 10 times a second...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuMigrate.pm