[pve-devel] r5669 - qemu-server/pve2/PVE
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Mar 10 06:33:05 CET 2011
Author: dietmar
Date: 2011-03-10 06:33:04 +0100 (Thu, 10 Mar 2011)
New Revision: 5669
Modified:
qemu-server/pve2/PVE/QemuServer.pm
Log:
use 30 seconds retry interval
Modified: qemu-server/pve2/PVE/QemuServer.pm
===================================================================
--- qemu-server/pve2/PVE/QemuServer.pm 2011-03-09 12:16:21 UTC (rev 5668)
+++ qemu-server/pve2/PVE/QemuServer.pm 2011-03-10 05:33:04 UTC (rev 5669)
@@ -1612,7 +1612,7 @@
my $last_timeout = $storage_timeout_hash->{$timeoutid};
if ($last_timeout) {
- if ((time() - $last_timeout) < 5) {
+ if ((time() - $last_timeout) < 30) {
# skip storage with errors
return undef ;
}
More information about the pve-devel
mailing list