cloudstack/plugins/hypervisors
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
..
baremetal 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
kvm Changed the log4j config files to log org.apache.cloudstack in debug and change the layout format 2013-07-26 20:35:49 -07:00
ovm Removed the getByTypeAndId() method and replace it with getById method 2013-07-22 20:06:04 -07:00
simulator Fix simulator and marvin 2013-07-28 10:21:34 +05:30
ucs CLOUDSTACK-3918 2013-07-29 15:30:09 -07:00
vmware CLOUDSTACK-3937: Attaching uploaded volume is failing 2013-07-30 16:56:15 +05:30
xen CLOUDSTACK-3852: fix upload volume 2013-07-29 11:50:16 -07:00