cloudstack/api
prachi 5a73309e75 Bug 9387: Recreate system vms if template id changed....
Changes:
While starting a System VM:
- We check, incase the ROOT volume is READY, if the templateID of the volume matches the SystemVM's template.
- If it does not match, we update the volumes' templateId and ask deployment planner to reassign a pool to this volume even if it is READY.

In general:
- If a root volume is READY, we remove its entry from the deploydestination before calling storagemanager :: prepare()
- StorageManager creates a volume if a pool is assigned to it in deploydestination passed to it.
- If a volume has no pool assigned to it in deploydestination, it means the volume is ready and has a pool already allocated to it.
2011-04-13 13:54:08 -07:00
..
src/com/cloud Bug 9387: Recreate system vms if template id changed.... 2011-04-13 13:54:08 -07:00
.classpath Use exports for jar dependecy 2011-02-01 11:10:37 -08:00
.project Source code committed 2010-08-11 09:13:29 -07:00