----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9157/ -----------------------------------------------------------
(Updated Jan. 31, 2013, 11:29 a.m.) Review request for cloudstack, Abhinandan Prateek and Koushik Das. Changes ------- updated the patch with fixes Description ------- CLOUDSTACK-745: Reset a VM on reboot To have a method to reset the vm on its reboot. So on reboot, the vm's disk is discarded and creates a new root disk using the template. The use cases for this are -> Secure environments that need a fresh start on every boot -> Desktops that should not retain state This addresses bug CLOUDSTACK-745. Diffs (updated) ----- api/src/com/cloud/offering/ServiceOffering.java b13346c api/src/org/apache/cloudstack/api/ApiConstants.java 58a7831 api/src/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java 54151fe server/src/com/cloud/configuration/ConfigurationManager.java 19e74bf server/src/com/cloud/configuration/ConfigurationManagerImpl.java df6642a server/src/com/cloud/migration/ServiceOffering21VO.java fdec30e server/src/com/cloud/service/ServiceOfferingVO.java c199a86 server/src/com/cloud/vm/UserVmManagerImpl.java 5891056 server/test/com/cloud/vpc/MockConfigurationManagerImpl.java 3989ecf setup/db/create-schema.sql 174f53c setup/db/db/schema-40to410.sql 79b7f8f Diff: https://reviews.apache.org/r/9157/diff/ Testing ------- Did the manual testing locally Thanks, Harikrishna Patnala
