mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-12 12:10:05 +00:00
qmrestore: removed short timeout
This commit is contained in:
parent
e44e593767
commit
3cf90d7a40
@ -4157,6 +4157,10 @@ sub restore_vma_archive {
|
||||
my ($dev_id, $size, $devname) = ($1, $2, $3);
|
||||
$devinfo->{$devname} = { size => $size, dev_id => $dev_id };
|
||||
} elsif ($line =~ m/^CTIME: /) {
|
||||
# we correctly received the vma config, so we can disable
|
||||
# the timeout now for disk allocation (set to 10 minutes, so
|
||||
# that we always timeout if something goes wrong)
|
||||
alarm(600);
|
||||
&$print_devmap();
|
||||
print $fifofh "done\n";
|
||||
my $tmp = $oldtimeout || 0;
|
||||
|
@ -4,6 +4,8 @@ qemu-server (3.1-16) unstable; urgency=low
|
||||
|
||||
* fix bug #510: move_disk - don't delete disk if used in a previous snasphot
|
||||
|
||||
* qmrestore: removed short timeout
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 17 Apr 2014 09:29:26 +0200
|
||||
|
||||
qemu-server (3.1-15) unstable; urgency=low
|
||||
|
Loading…
Reference in New Issue
Block a user