This problem is rare but annoying.
Happens once in about 1000 backups.
Very random, not specific to any server.
Sometimes I get an error like this:
It is always three seconds between "creating archive" and "got timeout"
This leads me to believe that the problem is related to the default timeout on line 94 in PVE/QMPClient.pm https://git.proxmox.com/?p=qemu-server.git;a=blob;f=PVE/QMPClient.pm
Looking over the code it looks like only two monitor commands are sent between "creating archive" and "started backup task" on normal backup runs.
Those commands are 'backup' and 'getfd'
My suspicion is one or both of those might need a slightly longer timeout.
Thoughts, other suggestions?
pve-manager/3.2-4/e24a91c1
Happens once in about 1000 backups.
Very random, not specific to any server.
Sometimes I get an error like this:
Code:
132: Aug 17 01:19:47 INFO: creating archive '/backup/dump/vzdump-qemu-132-2014_08_17-01_19_44.vma.lzo'
132: [COLOR=red]Aug 17 01:19:50 ERROR: got timeout
[/COLOR]
It is always three seconds between "creating archive" and "got timeout"
This leads me to believe that the problem is related to the default timeout on line 94 in PVE/QMPClient.pm https://git.proxmox.com/?p=qemu-server.git;a=blob;f=PVE/QMPClient.pm
Looking over the code it looks like only two monitor commands are sent between "creating archive" and "started backup task" on normal backup runs.
Those commands are 'backup' and 'getfd'
My suspicion is one or both of those might need a slightly longer timeout.
Thoughts, other suggestions?
pve-manager/3.2-4/e24a91c1