nvazquez commented on a change in pull request #4235:
URL: https://github.com/apache/cloudstack/pull/4235#discussion_r463571948



##########
File path: 
core/src/main/java/com/cloud/storage/resource/StorageSubsystemCommandHandlerBase.java
##########
@@ -89,7 +89,7 @@ protected Answer execute(CopyCommand cmd) {
             return processor.copyTemplateToPrimaryStorage(cmd);
         } else if (srcData.getObjectType() == DataObjectType.TEMPLATE && 
srcDataStore.getRole() == DataStoreRole.Primary &&
             destDataStore.getRole() == DataStoreRole.Primary) {
-            //clone template to a volume
+            // FR37 pretend to clone template to a volume but actually create 
a cloned vm

Review comment:
       Yes - clones the VM




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to