rhtyd commented on a change in pull request #2239: CLOUDSTACK-9993: Securing
Agents Communications
URL: https://github.com/apache/cloudstack/pull/2239#discussion_r134772018
##########
File path: engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
##########
@@ -1073,6 +1079,24 @@ public void orchestrateStart(final String vmUuid, final
Map<VirtualMachineProfil
if (s_logger.isDebugEnabled()) {
s_logger.debug("Start completed for VM " + vm);
}
+ final Host vmHost = _hostDao.findById(destHostId);
Review comment:
I'll explore this, it's funny because it was actually very huge and I
actually have refactored it a lot, and we need cmd-answers needed to do
deployments etc, I decided to keep it here for closeness.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services