Fix spelling mistake
This commit is contained in:
parent
baca3f79ed
commit
26a9bb50d5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Reference in a new issue