----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9157/ -----------------------------------------------------------
(Updated Feb. 21, 2013, 9:20 a.m.) Review request for cloudstack, Abhinandan Prateek and Koushik Das. Changes ------- cleared tabs/spaces. can ship now 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 4d71589 api/src/org/apache/cloudstack/api/ApiConstants.java cd7d700 api/src/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java ee1e1b2 server/src/com/cloud/configuration/ConfigurationManager.java 5c1b0d5 server/src/com/cloud/configuration/ConfigurationManagerImpl.java b886bed server/src/com/cloud/migration/ServiceOffering21VO.java fdec30e server/src/com/cloud/service/ServiceOfferingVO.java c199a86 server/src/com/cloud/vm/UserVmManagerImpl.java df97609 server/test/com/cloud/vm/UserVmManagerTest.java PRE-CREATION server/test/com/cloud/vpc/MockConfigurationManagerImpl.java 180138a setup/db/db/schema-410to420.sql 65add75 Diff: https://reviews.apache.org/r/9157/diff/ Testing ------- Did the manual testing locally Thanks, Harikrishna Patnala