Repository: cloudstack Updated Branches: refs/heads/master ed9ed446c -> e7e475397
checkstyle: trailing spaces Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e7e47539 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e7e47539 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e7e47539 Branch: refs/heads/master Commit: e7e475397994b7e6f01d64e8d498d912ee93a128 Parents: ed9ed44 Author: Daan Hoogland <[email protected]> Authored: Tue Mar 18 12:35:10 2014 +0100 Committer: Daan Hoogland <[email protected]> Committed: Tue Mar 18 12:35:10 2014 +0100 ---------------------------------------------------------------------- .../apache/cloudstack/engine/orchestration/VolumeOrchestrator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e7e47539/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java ---------------------------------------------------------------------- diff --git a/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java b/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java index d37ff94..6471f76 100644 --- a/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java +++ b/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java @@ -1126,7 +1126,7 @@ public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrati future = volService.createVolumeAsync(volume, destPool); } else { - + TemplateInfo templ = tmplFactory.getReadyTemplateOnImageStore(templateId, dest.getDataCenter().getId()); if (templ == null) { s_logger.debug("can't find ready template: " + templateId + " for data center " + dest.getDataCenter().getId());
