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.
Updated by Justin Sherrill almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|cd281b6ea9553185dc4b47bbd1d6e81b3673da58.
Actions