Fix spelling mistake

This commit is contained in:
Joseph Schorr 2014-10-17 14:44:17 -04:00
parent baca3f79ed
commit 26a9bb50d5

View file

@ -1392,7 +1392,7 @@ def garbage_collect_repository(namespace_name, repository_name):
logger.info('Cleaning up unreferenced images: %s', to_remove)
Image.delete().where(Image.id << list(to_remove)).execute()
# We are going to make the concious decision to not delete image storage inside the transaction
# We are going to make the conscious decision to not delete image storage inside the transaction
# This may end up producing garbage in s3, trading off for higher availability in the database
def placements_query_to_paths_set(placements_query):
return {(placement.location.name, config.store.image_path(placement.storage.uuid))