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.
Actions