From e003f28404bb6a1729b1fa1db5f8d93d7eecb0a6 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Tue, 12 Sep 2023 11:16:16 +0200 Subject: [PATCH] restore vma: add comment describing timeout Signed-off-by: Fiona Ebner --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 05283562..f7ee7686 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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