rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333399354


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -4316,20 +4316,20 @@ private UserVm getUncheckedUserVmResource(DataCenter 
zone, String hostName, Stri
 
                     if (dataDiskTemplate == null
                             || 
(!dataDiskTemplate.getTemplateType().equals(TemplateType.DATADISK)) && 
(dataDiskTemplate.getState().equals(VirtualMachineTemplate.State.Active))) {
-                        throw new InvalidParameterValueException("Invalid 
template id specified for Datadisk template" + 
datadiskTemplateToDiskOffering.getKey());
+                        throw new InvalidParameterValueException("Invalid 
Template id specified for Datadisk Template" + 
datadiskTemplateToDiskOffering.getKey());

Review Comment:
   'ID'



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to