GitHub user sureshanaparti opened a pull request:
https://github.com/apache/cloudstack/pull/1256
CLOUDSTACK-9185: [VMware DRS] VM sync failed with exception due to
out-of-band changes
Summary: The target
"ClusteredVirtualMachineManagerImpl.HandlePowerStateReport" invoked during the
VM power state sync is not found as HandlePowerStateReport was not implemented
in ClusteredVirtualMachineManagerImpl and was private in
VirtualMachineManagerImpl, which was resulting in InvocationTargetException.
Changed HandlePowerStateReport() in VirtualMachineManagerImpl to protected.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sureshanaparti/cloudstack CLOUDSTACK-9185
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1256.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1256
----
commit 2d5f6a7911585a8075996e106f97b7f3b89067f8
Author: Suresh Kumar Anaparti <[email protected]>
Date: 2015-12-17T05:29:31Z
CLOUDSTACK-9185: [VMware DRS] VM sync failed with exception due to
out-of-band changes
Summary: The target
"ClusteredVirtualMachineManagerImpl.HandlePowerStateReport" invoked during the
VM power state sync is not found as HandlePowerStateReport was not implemented
in ClusteredVirtualMachineManagerImpl and was private in
VirtualMachineManagerImpl, which was resulting in InvocationTargetException.
Changed HandlePowerStateReport() in VirtualMachineManagerImpl to protected.
----
---
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.
---