Bug 2280402
| Summary: | Incorrect rubygem-foreman_maintain installed on Satellite which causes inability to see next versions for upgrading | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Benjamin Kielhold <bkielhol> |
| Component: | Upgrades | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED MIGRATED | QA Contact: | Satellite QE Team <sat-qe-bz-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | Unspecified | CC: | ahumbe, rlavi, saydas |
| Target Milestone: | Unspecified | Keywords: | MigratedToJIRA, PrioBumpGSS, Triaged, Upgrades |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-06-06 17:39:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Related KBs: Running "foreman-maintain upgrade list-versions" does not list version on Satellite 6 - Red Hat Customer Portal https://access.redhat.com/solutions/4330451 Execution of "satellite-maintain self-upgrade" fails with "Error getting repository data for rhel-7-server-satellite-maintenance-6.10.8-rpms" message in Red Hat Capsule 6.10 - Red Hat Customer Portal https://access.redhat.com/solutions/6987559 The 'satellite-maintain upgrade list-versions' command does not show next upgradable version in Red Hat Satellite 6 - Red Hat Customer Portal https://access.redhat.com/solutions/3497291 Unable to list Red Hat Satellite server version 6.11 for performing an upgrade of the Satellite server. - Red Hat Customer Portal https://access.redhat.com/solutions/6974434 Red Hat Satellite server version 6.12 is not available for performing an upgrade of the Satellite server. - Red Hat Customer Portal https://access.redhat.com/solutions/6986053 The 'satellite-maintain upgrade list-versions' command does not show the next upgradable version in Red Hat Satellite 6.12 due to the incorrect version of rubygem-foreman_maintain package installed on the Satellite Server - Red Hat Customer Portal https://access.redhat.com/solutions/7059014 Mostly, The issue is due to * Upgrade failed, The cause was fixed and then the upgrade was completed by executing installer manually but that leaves the /var/lib/foreman-maintain/data.yml with existing data of incomplete upgrade stuff. * Wrong version of rubygem-foreman_maintain installed [ either due to having wrong maintenance repo enabled or wrong modules enabled ] We now a days, mostly observe this due to second reason i.e. the end-user might have not updated the rubygem-foreman_maintain package or enabled a much higher version of satellite-maintenance repository and updated the package from there. So that manual effort needs to be converted into a self-upgrade type action [ which we do suggest for capsule upgrades i.e. satellite-maintain self-upgrade but not for satellite ] This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "SAT-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |
Description of problem: ----------------------- Incorrect version of package, `rubygem-foreman_maintain` installed will provide the following output when executing, `satellite-maintain upgrade list-versions` on satellite server: Checking for new version of satellite-maintain... Nothing to update, can't find new version of satellite-maintain. Version-Release number of selected component (if applicable): ------------------------------------------------------------- rubygem-foreman_maintain (Not version specific, but specific to the requirements of the Satellite version) How reproducible: ----------------- 100% Steps to Reproduce: ------------------- 1. Have a Satellite on version X (6.12) needing to upgrade to version Y (6.13) 2. Have any version repository `satellite-maintenance-6.-for-rhel-8-x86_64-rpms` enabled Y+1 (6.14 | 6.15) 3. Execute `satellite-maintain upgrade list-versions` and rubygem-foreman_maintain will update to the highest available version 4. Execute `satellite-maintain upgrade list-versions` once more: Checking for new version of satellite-maintain... Nothing to update, can't find new version of satellite-maintain. Actual results: --------------- Checking for new version of satellite-maintain... Nothing to update, can't find new version of satellite-maintain. Expected results: ----------------- Proper version should be displayed. For Satellite 6.12: 6.12.z and 6.13 options should be present. Work Around: ------------ 1. Understand the current version of Satellite and repositories enabled. # rpm -q satellite # subscription-manager repos --list-enabled 2. Execute, `yum downgrade rubygem-foreman_maintain` if the current satellite repository version is enabled which provides the required rubygem-foreman_maintain version. 3. Execute `satellite-maintain upgrade list-versions` and verify proper output is presented. 4. Follow the rest of the upgrade documentation.