Bug 2037648
Summary: | upgrade check checking group ownership of /var/lib/pulp (pulp2) instead of /var/lib/pulp/content (pulp3) | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | sganar |
Component: | Satellite Maintain | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED ERRATA | QA Contact: | sganar |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.9.8 | CC: | apatel, aupadhye, egolov, gtalreja, kgaikwad, pcreech |
Target Milestone: | 6.11.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | rubygem-foreman_maintain-1.0.2 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-05 14:31:37 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: |
Description
sganar
2022-01-06 08:53:20 UTC
The check looks for /var/lib/pulp: https://github.com/theforeman/foreman_maintain/blob/master/definitions/checks/pulpcore/group_ownership_check.rb The fix/prep-step only updates /var/lib/pulp/content: https://github.com/theforeman/foreman_maintain/blob/master/definitions/procedures/prep_6_10_upgrade.rb They should use the same path :) Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/34231 has been resolved. Verified. Tested on Satellite 6.9.8 Snap 2.0 rubygem-foreman_maintain-1.0.2-1.el7sat.noarch Steps followed: 1. run satellite-maintain upgrade check --target-version 6.10 Observation: upgrade check checks the group ownership of "/var/lib/pulp/content" as expected. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Satellite 6.11 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5498 |