Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-2218

Backfillreplication script still relies on Image table

XMLWordPrintable

    • 0

      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.

            rhn-support-ibazulic Ivan Bazulic
            frossi@redhat.com Francesco Rossi
            Votes:
            7 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: