Skip to content

Commit 9d043cb

Browse files
author
Mice Xia
committed
CLOUDSTACK-1350 Management server Stop and start causes previously downloaded ISOs to redownload
1 parent f30da78 commit 9d043cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/com/cloud/storage/template/RawImageProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public FormatInfo process(String templatePath, ImageFormat format,
5757
String imgPath = templatePath + File.separator + templateName + "." + ImageFormat.RAW.getFileExtension();
5858
if (!_storage.exists(imgPath)) {
5959
s_logger.debug("Unable to find raw image:" + imgPath);
60+
return null;
6061
}
6162
FormatInfo info = new FormatInfo();
6263
info.format = ImageFormat.RAW;

0 commit comments

Comments
 (0)