cloudstack/server/src/com/cloud/vm
prachi a51fb221d6 Bug 11169 - Couldn't deploy a router because the host it existed on is in Maintenance.
Changes:
- VirtualMachineMgr puts the constraint that if Root volume is already READY, we provide the clusterId in the plan to the deploymentPlanner. Planner then searches for resources only under that cluster.
- If no deployment could be found, deploying VM fails.
- Fixed this, such that incase the root volume is recreatable, we call the planner again by removing the cluster constraint. Planner will then search for resources in other clusters.
- Works for system VMs(SSVM, consoleproxy, virual routers).
2011-10-05 18:35:59 -07:00
..
dao Implemented vm* api commands to be executed against the project 2011-09-29 10:20:51 -07:00
ClusteredVirtualMachineManagerImpl.java bug 9223, 9224: persist runid to form cluster session, based on cluster session and DB condition to issue isolation notification for self-fencing 2011-04-13 15:13:54 -07:00
ItWorkDao.java added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
ItWorkDaoImpl.java bug 9161: better fix 2011-03-31 18:23:32 -07:00
ItWorkVO.java Bug 11404 - VM was in Running state, had null for a pod_id, basically didnt allow creation of subsequent vm's 2011-09-15 19:06:19 -07:00
NicVO.java bug 9621: set addressFormat during NicProfile creation 2011-04-27 23:19:43 -07:00
ReservationContextImpl.java Harmony amongst gurus 2010-11-03 21:18:31 -07:00
SystemVmLoadScanHandler.java global replacement to avoid using getClass().getName() for unique names 2011-04-19 17:26:41 -07:00
SystemVmLoadScanner.java Removed the ugly cglib name 2011-04-28 15:45:09 -07:00
UserVmManager.java Intermidiate checkin to Project feature: 2011-09-20 18:35:28 -07:00
UserVmManagerImpl.java More stuff to Projects feature - added support for adding resources (vms, templates, isos) to the project 2011-10-05 13:24:25 -07:00
UserVmStateListener.java bug 10372: Added Vm State Machine listener for usage events 2011-07-20 11:13:56 +05:30
VirtualMachineGuru.java bug 8383: HA: perform ssh check before marking system vms as running. For domR, also reapply all ips/PF/LB/VPN/Dhcp/Userdata. 2011-02-04 14:33:14 -08:00
VirtualMachineManager.java Intermidiate checkin to Project feature: 2011-09-20 18:35:28 -07:00
VirtualMachineManagerImpl.java Bug 11169 - Couldn't deploy a router because the host it existed on is in Maintenance. 2011-10-05 18:35:59 -07:00
VirtualMachineProfileImpl.java bug 4706: allow to specify which ip address from the network to take when do vm deployment. The model is supported for multiple network case as well. 2011-07-15 14:20:52 -07:00