Github user sureshanaparti commented on the pull request:
https://github.com/apache/cloudstack/pull/1256#issuecomment-166815006
@bhaisaab Got this exception on VM power sync when router is migrated back
(due to a DRS rule set for VMs together) after manual migration from CCP.
During the power sync, CCP tried to invoke the target
"ClusteredVirtualMachineManagerImpl.HandlePowerStateReport" and failed as
HandlePowerStateReport was not implemented in
ClusteredVirtualMachineManagerImpl and was private in
VirtualMachineManagerImpl. Changed HandlePowerStateReport() in
VirtualMachineManagerImpl to protected so that CCP can get to the target.
Thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---