-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from container 2.16 to 2.19 causes 404 on manifests #1604
Comments
Here's an example of what happens when you pull:
With how there is HTML coming back with the 404, it feels like the endpoint isn't being recognized at all by Pulp's content application. I verified that doing nothing but upgrading Pulp triggers the issue, so we can rule out other configuration changes in the smart proxy being the cause. |
Reproducing this a second time, here are the logs in
|
I am requesting the access to the affected smart proxy instance. This is very suspicious. |
Can you share if there is a difference between apache configurations? Or, any configuration differences between the working and non-working instances? |
I confirmed that the configuration stays completely the same between working / non working environments. All I did was update Pulpcore + every plugin and restart the services. |
RE: registry_path, it is wrong that it has pulpcore-api instead of normal host, we should look why this changed. |
This does seem to work fine with older pulp container 2.16, but perhaps it
wasn't supposed to work before?
…On Tue, Apr 30, 2024, 07:28 Ina Panova ***@***.***> wrote:
RE: registry_path, it is wrong that it has pulpcore-api instead of normal
host, we should look why this changed.
—
Reply to this email directly, view it on GitHub
<#1604 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADQ4OFTL3HNR7AC6VZFIHJDY75563AVCNFSM6AAAAABG3G4UJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBVGA2DIMJQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Likely to be caused by #1509 As such, I think it's on our side to fix. Closing this out. |
Version
Describe the bug
On a Katello smart proxy, after upgrading from container 2.16 to 2.19, the manifests endpoint now gives 404s.
Before:
After:
I don't think it's related to our apache config, it doesn't appear to have changed between upgrades.
To Reproduce
Steps to reproduce the behavior:
Create a Katello smart proxy and upgrade it to Pulpcore 3.49 (if not already on it).
Sync some content to it and try to pull after logging in.
I can help create a reproducer environment if necessary.
Here's an example distribution:
Expected behavior
Pull works
Additional context
The only thing that's making me a little suspicious is:
On a normal Katello machine, instead of
pulpcore-api
it has the machine's FQDN. And, pulling does work on normal Katello machines.However, this registry path is the same when using pulp-container 2.16, and I can pull just fine.
The text was updated successfully, but these errors were encountered: