nvazquez commented on code in PR #10975: URL: https://github.com/apache/cloudstack/pull/10975#discussion_r2228165408
########## server/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManagerImpl.java: ########## @@ -1564,7 +1573,8 @@ private UserVm importUnmanagedInstanceFromHypervisor(DataCenter zone, Cluster cl template, displayName, hostName, CallContext.current().getCallingAccount(), owner, userId, serviceOffering, dataDiskOfferingMap, nicNetworkMap, nicIpAddressMap, - details, migrateAllowed, forced, true); + details, migrateAllowed, forced, true, + unmanagedInstance.getBootType(), unmanagedInstance.getBootMode()); Review Comment: Good catch, thanks - 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org