baughj / Merlin

Merlin, a Ruby on Rails application for managing and interacting with AWS EC2 compatible clouds.
http://merlincloud.org
GNU Affero General Public License v3.0
4 stars 0 forks source link

update_from_api: missing instances need to be removed/flagged as "ghosts" #5

Closed baughj closed 12 years ago

baughj commented 13 years ago

Cloud.update_from_api isn't handling instances terminated out from underneath Merlin correctly.

baughj commented 12 years ago

Fixed in d851c57 - We simply delete instances that are marked as shutting-down or terminated now