qemu-server/PVE
Thomas Lamprecht eaae66be9f API/clone: do not overwrite global signal handlers
perls 'local' must be either used in front of each $SIG{...}
assignments or they must be put in a list, else it affects only the
first variable and the rest are *not* in local context.

This may cause weird behaviour where daemons seemingly do not get
terminating signals delivered correctly and thus may not shutdown
gracefully anymore.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-09-07 10:39:28 +02:00
..
API2 API/clone: do not overwrite global signal handlers 2017-09-07 10:39:28 +02:00
CLI qm mtunnel/migrate: add resume VMID command 2017-08-07 09:23:56 +02:00
QemuServer import disk: add \n to die 2017-06-01 11:40:06 +02:00
VZDump add description of read/writes statistics in vzdump output 2017-05-03 09:14:50 +02:00
Makefile add QemuServer::Memory 2016-05-23 10:02:07 +02:00
QemuConfig.pm Fix freeze_needed 2017-07-31 08:28:48 +02:00
QemuMigrate.pm migrate: reduce polling intervals 2017-08-07 09:23:56 +02:00
QemuServer.pm Fix #1125. Check for KVM support before starting VM 2017-08-21 16:19:20 +02:00
QMPClient.pm qmpclient : block-job-(complete|cancel) : set timeout to 10min 2017-01-05 09:09:46 +01:00