mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-1350 Management server Stop and start causes previously downloaded ISOs to redownload
This commit is contained in:
parent
f30da781f8
commit
9d043cba81
@ -57,6 +57,7 @@ public class RawImageProcessor extends AdapterBase implements Processor {
|
|||||||
String imgPath = templatePath + File.separator + templateName + "." + ImageFormat.RAW.getFileExtension();
|
String imgPath = templatePath + File.separator + templateName + "." + ImageFormat.RAW.getFileExtension();
|
||||||
if (!_storage.exists(imgPath)) {
|
if (!_storage.exists(imgPath)) {
|
||||||
s_logger.debug("Unable to find raw image:" + imgPath);
|
s_logger.debug("Unable to find raw image:" + imgPath);
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
FormatInfo info = new FormatInfo();
|
FormatInfo info = new FormatInfo();
|
||||||
info.format = ImageFormat.RAW;
|
info.format = ImageFormat.RAW;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user