mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Do not delete OVA file after download to avoid repeated downloading
This commit is contained in:
parent
d98d6cbb9f
commit
478f41ec48
@ -54,7 +54,7 @@ public class VmdkProcessor implements Processor {
|
||||
info.virtualSize = info.size;
|
||||
|
||||
// delete original OVA file
|
||||
templateFile.delete();
|
||||
// templateFile.delete();
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user