]> git.proxmox.com Git - qemu-server.git/commit
fix #2493: show QEMU errors in migration log
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 9 Dec 2019 15:14:09 +0000 (16:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Dec 2019 12:36:19 +0000 (13:36 +0100)
commit8bf30c2a72220628094cbef507cadfa186fa8657
tree9379064634edc660dfdbbfb764363705ee9560bf
parent6e0216d86246c487712cb4b93e0108b81a9bc733
fix #2493: show QEMU errors in migration log

QEMU usually only prints warnings and errors and stays silent otherwise,
so it makes sense to just log all of it's output.

Prefix it with '[<target_hostname>]' to indicate that the output is
coming from the remote node, so users know where to search for the
error.

Side effect is that the 'VM start' task created by the migration will
now show the "QEMU:" prefix, but it's still very readable IMHO.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuMigrate.pm
PVE/QemuServer.pm