Actions
Bug #38212
openContainer push should hide expected 404 message from pulp when looking up blobs
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
Container
Target version:
Description
Cloned from https://issues.redhat.com/browse/SAT-28662
During container push, we look up blobs in pulp which returns a 404 when blob doesn't exist. Even though the error 404 is expected and the push proceeds, the stacktrace shows the 404 exception which should not be shown. If at all, it can be added as a debug message.
My fix changes expected 404s to [I]nfo logging instead of [E]rror as before.
Updated by Quinn James 7 days ago
- Pull request https://github.com/Katello/katello/pull/11307 added
Updated by Ian Ballou 7 days ago
- Project changed from Foreman to Katello
- Category changed from Logging to Container
- Target version set to Katello 4.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot 7 days ago
- Status changed from New to Ready For Testing
Actions