I got asked the other day how the reclaim_instance_interval in Nova works, so I thought I’d write it up here in case its useful to other people. First off, there is a periodic task run the nova-compute process (or the computer manager as a developer would know it), which runs every reclaim_instance_interval seconds. It looks…