Problem: client can not update
Expected outcome: yum check-update must work properly
Foreman and Proxy versions: 3.7
Foreman and Proxy plugin versions: 3.7
Distribution and version: Redhat 8.8
Other relevant data:
when we try yum check-update or yum install packages we have error: Status code: 500 for https://pup-cfp6-lp2.hq.bc/pulp/content/ORG/Library/Cv_rhel9-x86_64/custom/rhel-9/rhel9-x86_64-puppet7/repodata/repomd.xml (IP: 10.17.27.207)
Error: Failed to download metadata for repo ‘REPO_NAME’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried.
When I try to open repomd.xml I see error: 500 Internal Server Error Server got itself in trouble
In pulpcore-content we have an error:
Aug 09 13:44:29 pup-cfp6-lp2.hq.bc pulpcore-content[20129]: [09/Aug/2023:07:44:29 +0000] “GET /pulp/content/ORG/Library/Cv_rhel_all/custom/rhel-9/rhel9-x86_64-epel/repodata/repomd.xml HTTP/1.1” 500 244 “-” "libdnf (Red Hat Enterprise Linux 9>
Aug 09 13:44:29 pup-cfp6-lp2.hq.bc pulpcore-content[20129]: Exception: Expected path ‘/var/lib/pulp/media/artifact/dc/3b5e55815a3669f2ec97f98b6f34c36418a8e9d85546e9a7dc887a6916a7d3’ is not found
raise Exception(_(“Expected path ‘{}’ is not found”).format(path))
I try to complete sync, refresh metadata, reclame space, deleteorphans. Noting help.
Any advice?