----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11238/ -----------------------------------------------------------
Review request for cloudstack and Chip Childers. Description ------- CLOUDSTACK-2554: CloudStack fails to load XCP 1.6 hypervisors Missing default constructor fails the agent manager reloading the XCP resource on reboot of management server. This is fixed by using the default constructor as do other Xen resources and include a new resource ala XenServers for XCP1.6. Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit 806aeb990d28179ff532e97dbf64f87cd3d5ca34) Conflicts: plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XcpServerResource.java Signed-off-by: Prasanna Santhanam <t...@apache.org> This addresses bug CLOUDSTACK-2554. Diffs ----- plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/discoverer/XcpServerDiscoverer.java 04982a5 plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixHelper.java 52641f6 plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XcpServer16Resource.java PRE-CREATION plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XcpServerResource.java e4fc9ef Diff: https://reviews.apache.org/r/11238/diff/ Testing ------- This was tested against the build from master with the BVT across xen 6.0.2, kvm and xcp 1.6. Thanks, Prasanna Santhanam