cloudstack-mirror/plugins/hypervisors/vmware/src/com/cloud
Koushik Das 62a71e055b CLOUDSTACK-3937: Attaching uploaded volume is failing
The method getCommandHostDelegation(long hostId, Command cmid) got overidden in VmwareGuru.java as part of
commit bfe30cd2e3. Earlier there was no HV specific implementation and copy
volume from secondary to primary worked fine. With the Vmware specific change the code was getting hit even
in case of XS and other hypervisors and failed with NPE.
Now there is a check in the Vmware implementation to check if the HV is of type Vmware.
2013-07-30 16:56:15 +05:30
..
api All merge conflicts resolved 2013-01-18 12:14:57 -08:00
ha Removed the getByTypeAndId() method and replace it with getById method 2013-07-22 20:06:04 -07:00
hypervisor CLOUDSTACK-3937: Attaching uploaded volume is failing 2013-07-30 16:56:15 +05:30
network Changed VirtualMachineProfile to be non-generic. From here on VirtualMachineManager will only manage vm instance. It doesn't understand the difference between different types of VMs. This makes the vmsync code to be generic across all vms. 2013-07-22 11:48:11 -07:00
storage/resource CLOUDSTACK-3107: fix attach upload volume 2013-07-29 19:00:16 -07:00