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

Quota not being updated at organization, which prevents uploading more images

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • quay-v3.7.11
    • quay
    • False
    • None
    • False
    • 0

      [Environment]

      Quay operator 3.7.11 on Openshift 4.11
       

      [Description]

      The quota is not being updated on the organization after deleting repositories, which is causing customers could not push new images.

       

       

        "quotas": [
          {
            "id": 26,
            "limit_bytes": 107374182400,
            "limits": [
              {
                "id": 17,
                "type": "Warning",
                "limit_percent": 90
              },
              {
                "id": 16,
                "type": "Reject",
                "limit_percent": 100
              }
            ]
          }
        ],
        "quota_report": {
          "quota_bytes": 296757250060,
          "configured_quota": 107374182400
        }
      
      podman push retunrs
      <repo>: denied: Quota has been exceeded on namespace
      
      

       

            bcaton@redhat.com Brandon Caton
            rhn-support-lperezbe Luis Perez Besa
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: