-
Bug
-
Resolution: Done
-
Major
-
quay-v3.5.2
-
False
-
False
-
Quay Enterprise
-
Undefined
-
backfillreplication.py script still relies on Image table and the select doesn't produce results
def backfill_replication():
encountered = set()
query = (
Image.select(Image, ImageStorage, Repository, User)
.join(ImageStorage)
.switch(Image)
.join(Repository)
.join(User)
)
Image Replication Job should also be verified since images doesn't get replicated over multiple storage locations after adding a new object storage location. Storage replication does work only for newly pushed images.
- clones
-
PROJQUAY-2218 Backfillreplication script still relies on Image table
- Closed