]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
qmp drive-mirror : set big timeout
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 11 May 2015 13:55:22 +0000 (15:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 12 May 2015 05:35:34 +0000 (07:35 +0200)
commit41dcd3fa1a27ea2dcc3048b5d17e468d8c74ab9e
treeae9cec6e7d2ed44d6bc7fc63cb0eb53523ff9ff7
parent57bdd4705572ed0900f61a7394ba1a11ba3c99f8
qmp drive-mirror : set big timeout

drive-mirror is doing lseek on source image before starting, and this can take a lot of time for big nfs volume
during this time, qmp socket is hanging
http://lists.nongnu.org/archive/html/qemu-devel/2015-05/msg01838.html
so we need to setup a big timeout

qemu devs are currently working to fix this

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm