Stop writing to deprecated columns for image data.
This commit is contained in:
parent
ad53bf5671
commit
ce94931540
9 changed files with 13 additions and 39 deletions
|
@ -49,8 +49,7 @@ class StorageReplicationWorker(QueueWorker):
|
|||
logger.debug('Copying image storage %s to location %s', partial_storage.uuid, location)
|
||||
|
||||
# Copy the various paths.
|
||||
paths = [storage_paths.image_json_path,
|
||||
storage_paths.image_ancestry_path,
|
||||
paths = [storage_paths.image_ancestry_path,
|
||||
storage_paths.image_layer_path]
|
||||
|
||||
try:
|
||||
|
|
Reference in a new issue