----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9157/#review16835 -----------------------------------------------------------
Ship it! Ship It! - Koushik Das On Feb. 18, 2013, 5:57 p.m., Harikrishna Patnala wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9157/ > ----------------------------------------------------------- > > (Updated Feb. 18, 2013, 5:57 p.m.) > > > Review request for cloudstack, Abhinandan Prateek and Koushik Das. > > > 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 > ----- > > 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 074675c > 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 574ce0a > setup/db/db/schema-410to420.sql 65add75 > > Diff: https://reviews.apache.org/r/9157/diff/ > > > Testing > ------- > > Did the manual testing locally > > > Thanks, > > Harikrishna Patnala > >