]> git.proxmox.com Git - qemu-server.git/commit
vzdump: connect to qmeventd for duration of backup
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 19 Oct 2020 12:18:38 +0000 (14:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Nov 2020 10:22:47 +0000 (11:22 +0100)
commit4ac842cbab1435b342ad923fcfeb571718c3f5a6
tree5a96533bedf872747eb40d57ecbd5f2da991ffd0
parent4c500f16965dd27e888d08048b075d7094a9f890
vzdump: connect to qmeventd for duration of backup

Connect and send the vmid of the VM being backed up. This prevents
qmeventd from SIGTERMing the underlying QEMU instance, even if the guest
shuts itself down, until we close the socket connection (in cleanup,
which happens on success and abort, or if we crash the file handle will
be closed as well).

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