koushik-das commented on a change in pull request #2081: CLOUDSTACK-9894 
Separate creation and backup operations for a volume snapshot
URL: https://github.com/apache/cloudstack/pull/2081#discussion_r123685494
 
 

 ##########
 File path: server/src/com/cloud/template/TemplateManagerImpl.java
 ##########
 @@ -1501,10 +1501,10 @@ public VirtualMachineTemplate 
createPrivateTemplate(CreateTemplateCmd command) t
                 SnapshotInfo snapInfo = 
_snapshotFactory.getSnapshot(snapshotId, dataStoreRole);
 
                 if (dataStoreRole == DataStoreRole.Image) {
-                    if (snapInfo == null) {
+                    if(snapInfo == null) {
 
 Review comment:
   No changes in this file, please revert
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to