Damans227 commented on code in PR #13101:
URL: https://github.com/apache/cloudstack/pull/13101#discussion_r3191638662


##########
server/src/main/java/com/cloud/api/query/dao/UserVmJoinDaoImpl.java:
##########
@@ -244,6 +255,21 @@ public UserVmResponse newUserVmResponse(ResponseView view, 
String objectName, Us
             userVmResponse.setIsoId(userVm.getIsoUuid());
             userVmResponse.setIsoName(userVm.getIsoName());
             userVmResponse.setIsoDisplayText(userVm.getIsoDisplayText());
+
+            List<AttachedIsoResponse> attachedIsos = new ArrayList<>();
+            if (userVm.getIsoUuid() != null) {

Review Comment:
   Yes — primary slot (user_vm.iso_id) fills first, extras land in vm_iso_map. 
Both coexist by design.



-- 
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: [email protected]

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

Reply via email to