nova/nova/compute
Maciej Józefczyk aba3f64932 Remove host filter for _cleanup_running_deleted_instances periodic task
Periodic task _cleanup_running_deleted_instances() looks for orphaned
and running instances on hypervisor that should be deleted.
The problem is it checks if running instance has the same
hypervisor defined as it is in nova database.

In bug #1285000 it has been found that removing instance during
its migration could lead to abandon instance files on destination
host.

This change removes host filter in _running_deleted_instances() to
find also orphaned instances that are running on 'post migration'
destination host.

Change-Id: Idd1b58b85329b8e021eba4bc27f577af1b3338f4
Partial-Bug: #1285000
2017-08-17 17:04:09 +02:00
..
monitors Remove translation of log messages 2017-06-09 09:06:16 +00:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Merge "Remove check_detach" 2017-07-25 10:40:49 +00:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Remove check_detach 2017-07-20 22:32:52 +02:00
claims.py Remove translation of log messages 2017-06-09 09:06:16 +00:00
flavors.py Merge "Replace flavors.get_all_flavors_sorted_list() with object call" 2016-10-18 12:13:09 +00:00
instance_actions.py Add ability to signal and perform online volume size change 2017-07-12 11:53:20 -04:00
manager.py Remove host filter for _cleanup_running_deleted_instances periodic task 2017-08-17 17:04:09 +02:00
power_state.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
provider_tree.py placement: adds ProviderTree for nested resources 2017-06-26 11:33:38 +01:00
resource_tracker.py Add resource utilities to scheduler utils 2017-08-04 11:15:04 -07:00
rpcapi.py conf: remove *_topic config opts 2017-07-17 21:27:02 -07:00
stats.py Address nits in I83a5f06ad 2016-03-09 13:19:59 +00:00
task_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
utils.py Add resource utilities to scheduler utils 2017-08-04 11:15:04 -07:00
vm_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00