]> git.proxmox.com Git - qemu-server.git/commit
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 06:18:42 +0000 (08:18 +0200)
commit38e0c3b8ae1d6829bec77888eae33d299f3a22ab
tree13d4c2dd4827666fc58b8a6766d27b5259f4f095
parentad123d97f938086fb61a781d95de49f17478e4d9
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