Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

georeplication: Enqueue blobs for replication on manifest list pushes (PROJQUAY-5256) #2212

Commits on Sep 6, 2023

  1. georeplication: Enqueue blobs for replication on manifest list pushes…

    … (PROJQUAY-5256)
    
    Previously, blob replication was only queued when normal manifests were pushed to the registry. This created problems with manifest lists who contain child manifests whose blobs were never queued. The end result was a huge discrepancy of storage usage between different defined storage engines.
    With this fix, blobs will always be enqueued for replication regardless of the image type.
    ibazulic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    34c9d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e80f2 View commit details
    Browse the repository at this point in the history