Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionRafael Cavalcanti
2021-05-28 20:49:34 UTC
Description of problem:
After upgrading the Satellite to version 6.9.2 some pages do not load any information(blank)
Version-Release number of selected component (if applicable):
How reproducible:
Not 100%
Steps to Reproduce:
1.
2.
3.
Actual results:
Content Hosts and Content Views pages have no information(blank)
Expected results:
See a list of content hosts and content views
Additional info:
I could not reproduce this.
Comment 1Rafael Cavalcanti
2021-05-28 20:59:47 UTC
This is likely BZ 1983978 which we resolved in 6.9.4. Please re-open if you are seeing this on 6.9.6 or later
*** This bug has been marked as a duplicate of bug 1983978 ***
I think we need to re-open the ticket.
I just upgraded from Satellite 6.8 to 6.9.6.1 and the Hosts--> All Hosts page is blank.
I have run the following (as suggested to the connected bugs):
foreman-rake console:
HostStatus::Status.where(type: nil).delete_all
The file /usr/share/foreman/app/models/host/managed.rb has the patch https://github.com/theforeman/foreman/pull/8675/files
So, I guess I hit this or a similar bug.
(In reply to Peter Tselios from comment #5)
> I think we need to re-open the ticket.
> I just upgraded from Satellite 6.8 to 6.9.6.1 and the Hosts--> All Hosts
> page is blank.
> I have run the following (as suggested to the connected bugs):
>
> foreman-rake console:
>
> HostStatus::Status.where(type: nil).delete_all
>
> The file /usr/share/foreman/app/models/host/managed.rb has the patch
> https://github.com/theforeman/foreman/pull/8675/files
>
> So, I guess I hit this or a similar bug.
Hello Peter,
Are you sure it's not a Browser cache issue as described in https://access.redhat.com/solutions/6085241 ?
-- Sayan