Files
nova/nova/compute
Johannes Erdfelt 7e3bebbe8e Instance deletions in Openstack are immediate. This can cause data to be lost accidentally.
This branch adds a new configuration flag, reclaim_instance_interval. The default of 0 results in the same behavior before this patch, immediate deletion of the instance. Any value greater than 0 will result in the instance being powered off immediately and then later the instance will be reclaimed.

New actions, restore and forceDelete allow a previously deleted instance to be restored, or reclaimed immediately.
2011-09-21 15:54:30 +00:00
..
2010-07-15 01:28:51 -04:00
2011-08-04 13:59:57 -07:00