Pearl1594 commented on a change in pull request #4907:
URL: https://github.com/apache/cloudstack/pull/4907#discussion_r644126740
##########
File path: server/src/main/java/com/cloud/template/TemplateManagerImpl.java
##########
@@ -1302,19 +1302,21 @@ private boolean attachISOToVM(long vmId, long isoId,
boolean attach) {
Command cmd = null;
if (attach) {
- cmd = new AttachCommand(disk, vmName, vmTO.getDetails());
Review comment:
@slavkap I think this got reverted while rebasing the code. Thanks for
pointing it out. This would need to be fixed.
--
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]