Actions
Bug #19421
closedForeman Proxy with content ping check doesn't report capsule with issues
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman Proxy Content
Target version:
Difficulty:
easy
Triaged:
Description
Capsule ping check (on the initial smart proxy page) shows the capsule as fine even though the db connection is down. If a pulp node's db connection is down, publishes and promotions will not complete and the error output does not identify the problematic capsule.
Changing fail _("Pulp database connection issue.") to fail _("#{url} Pulp database connection issue.") in https://github.com/Katello/katello/blob/master/app/models/katello/ping.rb#L122 resulted in much better troubleshooting output.
Actions