Project

General

Profile

Actions

Bug #57998

closed

cephadm stuck trying to download "mon"

Added by Shawn Iverson over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
cephadm
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Entire cluster cephadm management is stuck and repeatedly tries to download an unqualified "mon" instead of the ceph base image. The config shows mon mapped to quay.io/ceph/ceph despite this happening.

cephadm exited with an error code: 1, stderr:Pulling container image mon... Non-zero exit code 125 from /bin/podman pull mon /bin/podman: stderr Resolving "mon" using unqualified-search registries (/etc/containers/registries.conf) /bin/podman: stderr Trying to pull registry.access.redhat.com/mon:latest... /bin/podman: stderr Trying to pull registry.redhat.io/mon:latest... /bin/podman: stderr Trying to pull docker.io/library/mon:latest... /bin/podman: stderr Error: 3 errors occurred while pulling: /bin/podman: stderr * initializing source docker://registry.access.redhat.com/mon:latest: reading manifest latest in registry.access.redhat.com/mon: name unknown: Repo not found /bin/podman: stderr * initializing source docker://registry.redhat.io/mon:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication /bin/podman: stderr * initializing source docker://mon:latest: reading manifest latest in docker.io/library/mon: errors: /bin/podman: stderr denied: requested access to the resource is denied /bin/podman: stderr unauthorized: authentication required /bin/podman: stderr ERROR: Failed to pull container image. Check that host(s) are logged into the registry Traceback (most recent call last): File "/usr/share/ceph/mgr/cephadm/serve.py", line 1429, in _remote_connection yield (conn, connr) File "/usr/share/ceph/mgr/cephadm/serve.py", line 1326, in _run_cephadm code, '\n'.join(err))) orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Pulling container image mon... Non-zero exit code 125 from /bin/podman pull mon /bin/podman: stderr Resolving "mon" using unqualified-search registries (/etc/containers/registries.conf) /bin/podman: stderr Trying to pull registry.access.redhat.com/mon:latest... /bin/podman: stderr Trying to pull registry.redhat.io/mon:latest... /bin/podman: stderr Trying to pull docker.io/library/mon:latest... /bin/podman: stderr Error: 3 errors occurred while pulling: /bin/podman: stderr * initializing source docker://registry.access.redhat.com/mon:latest: reading manifest latest in registry.access.redhat.com/mon: name unknown: Repo not found /bin/podman: stderr * initializing source docker://registry.redhat.io/mon:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication /bin/podman: stderr * initializing source docker://mon:latest: reading manifest latest in docker.io/library/mon: errors: /bin/podman: stderr denied: requested access to the resource is denied /bin/podman: stderr unauthorized: authentication required /bin/podman: stderr ERROR: Failed to pull container image. Check that host(s) are logged into the registry
Actions

Also available in: Atom PDF