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

OMR 2.0.1 fails to start quay

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Blocker Blocker
    • omr-v2.0.1
    • omr-v2.0.1
    • OMR
    • False
    • None
    • False
    • Critical

      Description

      OMR 2.0.1 fails to start quay

      Build

      registry-proxy.engineering.redhat.com/rh-osbs/openshift-mirror-registry-rhel8:v2.0.1-4

      ENV

      $ podman version
      Client:       Podman Engine
      Version:      4.6.1
      API Version:  4.6.1
      Go Version:   go1.20.6
      Built:        Fri Aug 25 07:08:17 2023
      OS/Arch:      linux/amd64

      $ uname -a 
      Linux quay-omr-rhel-60 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 3 11:12:36 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux

      $ cat /etc/redhat-release 
      Red Hat Enterprise Linux release 9.3 (Plow)

      Reproduced steps

      1. Using OMR 2.0 setup quay

      ./mirror-registry install --initUser quay --initPassword password --quayRoot /home/cloud-user/omrtest/config --sqliteStorage /home/cloud-user/omrtest/database --quayStorage /home/cloud-user/omrtest/storage --quayHostname 10.0.0.0 --sslCert ssl.cert --sslKey ssl.key -v 

       

      Actual results

      Above issues logs:
       

      fatal: [cloud-user@quay-omr-rhel-60]: FAILED! => {"attempts": 10, "changed": false, "elapsed": 0, "msg": "Status code was -1 and not [200]: Request failed: <urlopen error [Errno 104] Connection reset by peer>", "redirected": false, "status": -1, "url": "https://10.0.108.102:8443/health/instance"}TASK [mirror_appliance : Print debug logs for quay-app in case of failure] *******************************************************************************************************************************************************************
      fatal: [cloud-user@quay-omr-rhel-60]: FAILED! => {"changed": true, "cmd": ["systemctl", "--user", "status", "quay-app.service"], "delta": "0:00:00.010332", "end": "2024-09-20 05:31:13.727716", "msg": "non-zero return code", "rc": 3, "start": "2024-09-20 05:31:13.717384", "stderr": "", "stderr_lines": [], "stdout": "● quay-app.service - Quay Container\n     Loaded: loaded (/home/cloud-user/.config/systemd/user/quay-app.service; enabled; preset: disabled)\n     Active: activating (auto-restart) (Result: exit-code) since Fri 2024-09-20 05:30:46 EDT; 27s ago\n    Process: 31951 ExecStartPre=/bin/rm -f /run/user/1000/quay-app.service-pid /run/user/1000/quay-app.service-cid (code=exited, status=0/SUCCESS)\n    Process: 31952 ExecStart=/usr/bin/podman run --name quay-app -v /home/cloud-user/omrtest/config/quay-config:/quay-registry/conf/stack:Z -v /home/cloud-user/omrtest/database:/sqlite:Z -v /home/cloud-user/omrtest/storage:/datastorage:Z --image-volume=ignore --pod=quay-pod --conmon-pidfile /run/user/1000/quay-app.service-pid --cidfile /run/user/1000/quay-app.service-cid --cgroups=no-conmon --log-driver=journald --replace -e WORKER_COUNT_UNSUPPORTED_MINIMUM=1 -e WORKER_COUNT=1 registry.redhat.io/quay/quay-rhel8:v3.12.1 registry (code=exited, status=1/FAILURE)\n    Process: 32006 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile /run/user/1000/quay-app.service-cid (code=exited, status=0/SUCCESS)\n   Main PID: 31952 (code=exited, status=1/FAILURE)\n        CPU: 183ms", "stdout_lines": ["● quay-app.service - Quay Container", "     Loaded: loaded (/home/cloud-user/.config/systemd/user/quay-app.service; enabled; preset: disabled)", "     Active: activating (auto-restart) (Result: exit-code) since Fri 2024-09-20 05:30:46 EDT; 27s ago", "    Process: 31951 ExecStartPre=/bin/rm -f /run/user/1000/quay-app.service-pid /run/user/1000/quay-app.service-cid (code=exited, status=0/SUCCESS)", "    Process: 31952 ExecStart=/usr/bin/podman run --name quay-app -v /home/cloud-user/omrtest/config/quay-config:/quay-registry/conf/stack:Z -v /home/cloud-user/omrtest/database:/sqlite:Z -v /home/cloud-user/omrtest/storage:/datastorage:Z --image-volume=ignore --pod=quay-pod --conmon-pidfile /run/user/1000/quay-app.service-pid --cidfile /run/user/1000/quay-app.service-cid --cgroups=no-conmon --log-driver=journald --replace -e WORKER_COUNT_UNSUPPORTED_MINIMUM=1 -e WORKER_COUNT=1 registry.redhat.io/quay/quay-rhel8:v3.12.1 registry (code=exited, status=1/FAILURE)", "    Process: 32006 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile /run/user/1000/quay-app.service-cid (code=exited, status=0/SUCCESS)", "   Main PID: 31952 (code=exited, status=1/FAILURE)", "        CPU: 183ms"]}
      ...ignoringTASK [mirror_appliance : Debug systemctl status output] **************************************************************************************************************************************************************************************
      ok: [cloud-user@quay-omr-rhel-60] => {
          "systemctl_status.stdout_lines": [
              "● quay-app.service - Quay Container",
              "     Loaded: loaded (/home/cloud-user/.config/systemd/user/quay-app.service; enabled; preset: disabled)",
              "     Active: activating (auto-restart) (Result: exit-code) since Fri 2024-09-20 05:30:46 EDT; 27s ago",
              "    Process: 31951 ExecStartPre=/bin/rm -f /run/user/1000/quay-app.service-pid /run/user/1000/quay-app.service-cid (code=exited, status=0/SUCCESS)",
              "    Process: 31952 ExecStart=/usr/bin/podman run --name quay-app -v /home/cloud-user/omrtest/config/quay-config:/quay-registry/conf/stack:Z -v /home/cloud-user/omrtest/database:/sqlite:Z -v /home/cloud-user/omrtest/storage:/datastorage:Z --image-volume=ignore --pod=quay-pod --conmon-pidfile /run/user/1000/quay-app.service-pid --cidfile /run/user/1000/quay-app.service-cid --cgroups=no-conmon --log-driver=journald --replace -e WORKER_COUNT_UNSUPPORTED_MINIMUM=1 -e WORKER_COUNT=1 registry.redhat.io/quay/quay-rhel8:v3.12.1 registry (code=exited, status=1/FAILURE)",
              "    Process: 32006 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile /run/user/1000/quay-app.service-cid (code=exited, status=0/SUCCESS)",
              "   Main PID: 31952 (code=exited, status=1/FAILURE)",
              "        CPU: 183ms"
          ]
      }TASK [mirror_appliance : Fail the playbook due to Quay not becoming alive] *******************************************************************************************************************************************************************
      fatal: [cloud-user@quay-omr-rhel-60]: FAILED! => {"changed": false, "msg": "Quay did not become alive. Check debug logs above for details."}PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
      cloud-user@quay-omr-rhel-60 : ok=42   changed=23   unreachable=0    failed=1    skipped=20   rescued=1    ignored=1   ERRO[2024-09-20 05:31:13] An error occurred: exit status 2  

       
       journalctl logs

      Sep 20 05:31:47 quay-omr-rhel-60 systemd[22918]: quay-app.service: Scheduled restart job, restart counter is at 11.
      Sep 20 05:31:47 quay-omr-rhel-60 systemd[22918]: Stopped Quay Container.
      Sep 20 05:31:47 quay-omr-rhel-60 systemd[22918]: Starting Quay Container...
      Sep 20 05:31:47 quay-omr-rhel-60 systemd[22918]: Started Quay Container.
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: 2024-09-20 05:31:47.851979428 -0400 EDT m=+0.039638142 container create a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, pod_id=a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:47 quay-omr-rhel-60 systemd[22918]: Started libcrun container.
      Sep 20 05:31:47 quay-omr-rhel-60 kernel: xfs filesystem being remounted at /home/cloud-user/.local/share/containers/storage/overlay/25c675f23c7fbec33f28f5a3b326d992193300a880a39406d0ec7a78a5949093/merged/datastorage supports timestamps until 2038 (0x7fffffff)
      Sep 20 05:31:47 quay-omr-rhel-60 kernel: xfs filesystem being remounted at /home/cloud-user/.local/share/containers/storage/overlay/25c675f23c7fbec33f28f5a3b326d992193300a880a39406d0ec7a78a5949093/merged/sqlite supports timestamps until 2038 (0x7fffffff)
      Sep 20 05:31:47 quay-omr-rhel-60 kernel: xfs filesystem being remounted at /home/cloud-user/.local/share/containers/storage/overlay/25c675f23c7fbec33f28f5a3b326d992193300a880a39406d0ec7a78a5949093/merged/quay-registry/conf/stack supports timestamps until 2038 (0x7fffffff)
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: 2024-09-20 05:31:47.886373704 -0400 EDT m=+0.074032417 container init a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, pod_id=a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: 2024-09-20 05:31:47.890552689 -0400 EDT m=+0.078211423 container start a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, pod_id=a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: 2024-09-20 05:31:47.890672163 -0400 EDT m=+0.078330875 container attach a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, pod_id=a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:    __   __
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:   /  \ /  \     ______   _    _     __   __   __
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:    __   __
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:   /  \ /  \     ______   _    _     __   __   __
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:  / /\ / /\ \   /  __  \ | |  | |   /  \  \ \ / /
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: / /  / /  \ \  | |  | | | |  | |  / /\ \  \   /
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: \ \  \ \  / /  | |__| | | |__| | / ____ \  | |
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:  \ \/ \ \/ /   \_  ___/  \____/ /_/    \_\ |_|
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:   \__/ \__/      \ \__
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:                   \___\ by Red Hat
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]:  Build, Store, and Distribute your Containers
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:  / /\ / /\ \   /  __  \ | |  | |   /  \  \ \ / /
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: Startup timestamp:
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: / /  / /  \ \  | |  | | | |  | |  / /\ \  \   /
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: \ \  \ \  / /  | |__| | | |__| | / ____ \  | |
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:  \ \/ \ \/ /   \_  ___/  \____/ /_/    \_\ |_|
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:   \__/ \__/      \ \__
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:                   \___\ by Red Hat
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]:  Build, Store, and Distribute your Containers
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: 
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: Startup timestamp: 
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: Fri Sep 20 09:31:47 UTC 2024
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: Fri Sep 20 09:31:47 UTC 2024
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: 
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: Running all default registry services
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: Running all default registry services
      Sep 20 05:31:47 quay-omr-rhel-60 quay-app[32353]: Running init script '/quay-registry/conf/init/certs_install.sh'
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: Running init script '/quay-registry/conf/init/certs_install.sh'
      Sep 20 05:31:47 quay-omr-rhel-60 podman[32341]: 2024-09-20 05:31:47.834962846 -0400 EDT m=+0.022621565 image pull fd2787ff8b7bc11742e09dae929080f29d8060afd45a05221762e21fcd7c58cc registry.redhat.io/quay/quay-rhel8:v3.12.1
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: Running init script '/quay-registry/conf/init/client_certs.sh'
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: Running init script '/quay-registry/conf/init/client_certs.sh'
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: Running init script '/quay-registry/conf/init/copy_config_files.sh'
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: Running init script '/quay-registry/conf/init/copy_config_files.sh'
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: Running init script '/quay-registry/conf/init/d_validate_config_bundle.sh'
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: Running init script '/quay-registry/conf/init/d_validate_config_bundle.sh'
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: Validating Configuration
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: Validating Configuration
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: |      Field Group       |                                             Error                                             | Status |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: |      Field Group       |                                             Error                                             | Status |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | AccessSettings         | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | ActionLogArchiving     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | AppTokenAuthentication | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | AutoPrune              | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | BitbucketBuildTrigger  | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | BuildManager           | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | Database               | Could not connect to database. Error: unable to open database file: no such file or directory | 🔴     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | DistributedStorage     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | ElasticSearch          | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | Email                  | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | GitHubBuildTrigger     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | GitHubLogin            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | GitLabBuildTrigger     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | GoogleLogin            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | AccessSettings         | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | HostSettings           | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | JWTAuthentication      | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | LDAP                   | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | OIDC                   | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | QuayDocumentation      | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | Redis                  | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | RepoMirror             | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | SecurityScanner        | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | TeamSyncing            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | TimeMachine            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: | UserVisibleSettings    | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | ActionLogArchiving     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | AppTokenAuthentication | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | AutoPrune              | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | BitbucketBuildTrigger  | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | BuildManager           | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | Database               | Could not connect to database. Error: unable to open database file: no such file or directory | 🔴     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | DistributedStorage     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | ElasticSearch          | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | Email                  | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | GitHubBuildTrigger     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | GitHubLogin            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | GitLabBuildTrigger     | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | GoogleLogin            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | HostSettings           | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | JWTAuthentication      | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | LDAP                   | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | OIDC                   | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | QuayDocumentation      | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | Redis                  | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | RepoMirror             | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | SecurityScanner        | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | TeamSyncing            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | TimeMachine            | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: | UserVisibleSettings    | -                                                                                             | 🟢     |
      Sep 20 05:31:48 quay-omr-rhel-60 quay-app[32353]: +------------------------+-----------------------------------------------------------------------------------------------+--------+
      Sep 20 05:31:48 quay-omr-rhel-60 conmon[32353]: conmon a4ccb048649a47f14549 <nwarn>: Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/user.slice/user-libpod_pod_a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9.slice/libpod-a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d.scope/container/memory.events
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32341]: 2024-09-20 05:31:48.621157314 -0400 EDT m=+0.808816028 container died a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32382]: 2024-09-20 05:31:48.664223741 -0400 EDT m=+0.033062370 container cleanup a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, pod_id=a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:48 quay-omr-rhel-60 systemd[22918]: quay-app.service: Main process exited, code=exited, status=1/FAILURE
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32393]: 2024-09-20 05:31:48.702527226 -0400 EDT m=+0.028711886 container remove a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d (image=registry.redhat.io/quay/quay-rhel8:v3.12.1, name=quay-app, pod_id=a466eac1dc595ceaab2718755441778c8d2aa3bbd64a403c1f0e2d330c9ae7b9, PODMAN_SYSTEMD_UNIT=quay-app.service)
      Sep 20 05:31:48 quay-omr-rhel-60 podman[32393]: a4ccb048649a47f14549ebcc5c3a0df34e905bdc3a05adabe4be073af0fd9b9d
      Sep 20 05:31:48 quay-omr-rhel-60 systemd[22918]: quay-app.service: Failed with result 'exit-code'.
      
      Additional info

      OMR installation without any custom path for config, sqlite and storage is success

      $ ./mirror-registry install --initUser quay --initPassword password --quayHostname 10.0.0.0 --sslCert ssl.cert --sslKey ssl.key -v 

              bcaton@redhat.com Brandon Caton
              rhn-support-dyan Dongbo Yan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: