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.
Created attachment 1193096[details]
subsription_facet_upgrade log
Description of problem:
After successful upgrade to 6.2.1 and now running upgrade to grab
https://access.redhat.com/errata/RHBA-2016:1643
Failing with
[ INFO 2016-08-22 15:17:42 main] Upgrade Step: update_subscription_facet_backend_data (this may take a while) ...
[DEBUG 2016-08-22 15:28:14 main] ***********************************
*************WARNING***************
Errors detected during upgrade step.
Details saved to: /tmp/subscription_facet_upgrade-1471897693.log
This step can be rerun with:
foreman-rake katello:upgrades:3.0:update_subscription_facet_backend_data
You are likely encountering a bug.
***********************************
Updating backend data for subscription facets
Version-Release number of selected component (if applicable):
How reproducible: 100% on customers system
Steps to Reproduce:
1. Upgrade to 6.2.1
2. yum update
3. satellite-installer --upgrade to grab new errata
Actual results:
upgrade completes with success except
[ INFO 2016-08-22 15:17:42 main] Upgrade Step: update_subscription_facet_backend_data (this may take a while) ...
[DEBUG 2016-08-22 15:28:14 main] ***********************************
*************WARNING***************
Errors detected during upgrade step.
Details saved to: /tmp/subscription_facet_upgrade-1471897693.log
This step can be rerun with:
foreman-rake katello:upgrades:3.0:update_subscription_facet_backend_data
You are likely encountering a bug.
***********************************
Updating backend data for subscription facets
Expected results: success in all parts of upgrade
Additional info: attaching logs
It looks like hosts with Ids 368 and 355 have the same name, but one has an uppercase letter. Since this task supposedly passed previously, it tells me maybe that one of these is new.
Could you run the following and provide the output:
curl -X GET -u admin:password https://hostname/api/v2/hosts/368
curl -X GET -u admin:password https://hostname/api/v2/hosts/355
replacing hostname with the satellite's hostname, admin with an admin user, and password with that user's password.