Fix undo
gitea/vn-vmware/pipeline/head This commit looks good
Details
gitea/vn-vmware/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4f9dbb278c
commit
a869b2550b
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.1.26) stable; urgency=low
|
||||
vn-vmware (1.1.27) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -474,9 +474,6 @@ 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;
|
||||
|
|
Reference in New Issue