-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
quay-v3.17.0
-
False
-
-
False
-
-
Description of problem:
After configuring organization mirror with incorrect Harbor credentials, as design, mirror worker will try 3 times then report a synchronization failure. During this process, the "Retries Remaining" field will display "3/3" "2/3" "1/3" "3/3" sequentially.
This means that after 3 attempts, the UI will continue to display "Remaining retries: 3/3" until the next synchronization time arrives.
It is potentially misleading. If the customer isn't constantly monitoring this value, they could easily mistakenly believe there are still 3 attempts left.
It should display "Retries Remaining: 0/3".
Version-Release number of selected component (if applicable):
------------------------------ $ oc get $(oc get pod -l name=quay-operator-alm-owned -o name -n quay-enterprise) -o jsonpath='{.spec.containers[0].image}' -n quay-enterprise registry.redhat.io/quay/quay-operator-rhel9@sha256:c3b128ea1e37cadeba371aef55788a1cb787e03062e20ae9dac758a11ad77aca ------------------------------ $ oc get $(oc get pod -l app=quay -o NAME -n quay-enterprise|head -n 1) -o jsonpath='{.spec.containers[0].image}' -n quay-enterprise registry.redhat.io/quay/quay-rhel9@sha256:ccc89e77ff43aea998d0e166b42fae8b2b8b6d507bb039b26c64d232f87f1ed5 ------------------------------ $ oc get quayregistry -o jsonpath='{.items[0].status.currentVersion}' -n quay-enterprise 3.17.0