jdppettit / space-personal

A virtualization control panel written in Python
4 stars 5 forks source link

Marking Linodes/Droplets as Inconsistent #45

Closed jdppettit closed 9 years ago

jdppettit commented 9 years ago

The inconsistent label is really meant for local machines only as there are other mechanism to synchronize actual status (reported by the provider) with the DB. However, this check is being applied to every server record now, resulting in erroneous warnings in the log. Droplets/Linodes should not be checked by the sync_status function.

jdppettit commented 9 years ago

Fixed in 961ed57