mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue