mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-10 11:55:02 +00:00
restore vma: add comment describing timeout
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
853757ccec
commit
e003f28404
@ -7367,7 +7367,7 @@ sub restore_vma_archive {
|
||||
$add_pipe->(['vma', 'extract', '-v', '-r', $mapfifo, $readfrom, $tmpdir]);
|
||||
|
||||
my $oldtimeout;
|
||||
my $timeout = 5;
|
||||
my $timeout = 5; # for reading the VMA header - might hang with a corrupted one
|
||||
|
||||
my $devinfo = {}; # info about drives included in backup
|
||||
my $virtdev_hash = {}; # info about allocated drives
|
||||
|
Loading…
Reference in New Issue
Block a user