cloudstack/server/src/com/cloud/vm
Marcus Sorensen f429c6687b Don't allow success to be reported when we fail to stop vm due to no agent
connection

BUG-ID: CLOUDSTACK-2195
Bugfix-for: 4.2
Reviewed-by: Edison Su
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1366950954 -0600
2013-04-25 22:35:54 -06:00
..
dao CLOUDSTACK-1895: save placeholder nic with not null vmType='DomainRouter' when placeholder is used for the VR ip address 2013-04-04 13:29:17 -07:00
snapshot use hypervisor capabilities to control if vm snapshot is enabled for hypervisors 2013-04-10 12:36:42 +08:00
ClusteredVirtualMachineManagerImpl.java Bring javelin back to the status of being able to start System VMs after another round of master branch merge 2013-01-18 19:15:32 -08:00
ItWorkDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
ItWorkDaoImpl.java Add Spring annotation to major components 2012-11-07 14:53:39 -08:00
ItWorkVO.java CLOUDSTACK-658 - Scaleup vm support for Xenserver 2013-03-28 16:43:37 +05:30
NicVO.java CLOUDSTACK-1895: save placeholder nic with not null vmType='DomainRouter' when placeholder is used for the VR ip address 2013-04-04 13:29:17 -07:00
ReservationContextImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
SystemVmLoadScanHandler.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
SystemVmLoadScanner.java more files changed 2013-01-10 15:29:14 -08:00
UserVmManager.java squash changes into one giant patch 2013-02-21 11:22:48 -08:00
UserVmManagerImpl.java Don't allow success to be reported when we fail to stop vm due to no agent 2013-04-25 22:35:54 -06:00
UserVmStateListener.java 1) fix CLOUDSTACK-2129 and CLOUDSTACK-2128 2013-04-22 19:38:32 +08:00
VirtualMachineGuru.java add recreate.systemvm.enabled parameter to control recreating systemvm 2012-08-20 11:19:26 -07:00
VirtualMachineManager.java Storage motion for Xenserver changes: 1. Implemented Api findStoragePoolsForMigration. Added a new response objects to list storage pools available for migration. 2. Updated migrateVolume api for allowing migrating volumes of running vms. These changes are integrated into the latest storage refactoring changes. 3. Added the implementation for findHostsForMigration api. It lists the hosts to which an instance can be migrated, including hosts from within and across clusters to which an instance may be migrated with storage motion. The work of migrating a volume of a running vm is also done in copyAsync. 4. Updated the listHosts api for backward compatibility. 5. Added the implementation for migrateVirtualMachineWithVolume api. It migrates an instance with its volumes within a cluster and also across clusters. Also introduced a new XenServerStorageMotionStrategy for migrating volumes of a vm. When a vm is being migrated with its volumes, the vm is put in migrating state and a request is send to the volume manager to migrate the vm and its volumes. Volume manager calls into the volume service which forwards the request to data motion service after moving all the volumes to migrating state. Data motion service enumerates the strategies and the request reaches the XenServerStorageMotionStrategy. It calls in to the resource to complete the operation. 6. Resolved an issue where storage xenmotion of 2nd VM created from the same template to a host was failing with duplicate_vm exception. Made changes to remove the mac_seed key value pair from other_config when vms are created. This is was storage motion to fail. 7. Updated the db upgrade schema script. 8. Added the right permissions in commands.properties 9. Marvin tests for testing storage motion. Following scenarios are tested. 9.1. A virtual machine is migrated to another host. Its volumes are also migrated to another storage pool. 9.2. Just the volumes of a vm are migrated to another storage pool while the vm continues to run on the same host. 10. Unit tests for testing migration of a vm with its volumes. 2013-04-19 11:36:42 +05:30
VirtualMachineManagerImpl.java Don't allow success to be reported when we fail to stop vm due to no agent 2013-04-25 22:35:54 -06:00
VirtualMachineProfileImpl.java Cloudstack-711: Cpu and Ram Overcommit Ratio. 2013-02-22 17:31:06 +05:30