Error fix
gitea/vn-vmware/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-07-28 10:08:21 +02:00
parent c16fa9184d
commit 4f9dbb278c
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-vmware (1.1.25) stable; urgency=low
vn-vmware (1.1.26) stable; urgency=low
* Initial Release.

View File

@ -474,6 +474,9 @@ sub backup_machine() {
$config = $vm->config;
}
# TODO: Tries to avoid "InvalidDiskFormat" error
sleep(10);
log_message "Copying virtual disk files.";
my $devices = $config->hardware->device;