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.
Bug 2037648 - upgrade check checking group ownership of /var/lib/pulp (pulp2) instead of /var/lib/pulp/content (pulp3)
Summary: upgrade check checking group ownership of /var/lib/pulp (pulp2) instead of /v...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Satellite Maintain
Version: 6.9.8
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.11.0
Assignee: satellite6-bugs
QA Contact: sganar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-06 08:53 UTC by sganar
Modified: 2022-07-05 14:32 UTC (History)
6 users (show)

Fixed In Version: rubygem-foreman_maintain-1.0.2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-07-05 14:31:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 34231 0 Normal Ready For Testing upgrade check checking group ownership of /var/lib/pulp (pulp2) instead of /var/lib/pulp/content (pulp3) 2022-01-13 13:38:20 UTC
Red Hat Product Errata RHSA-2022:5498 0 None None None 2022-07-05 14:32:01 UTC

Description sganar 2022-01-06 08:53:20 UTC
Description of problem:

satellite-maintain upgrade check is checking group ownership of "/var/lib/pulp"(pulp2) instead of "/var/lib/pulp/content"(pulp3)

Version-Release number of selected component (if applicable):
Satellite 6.9.8

How reproducible:
Always

Steps to Reproduce:
1. run satellite-maintain upgrade check --target-version 6.10
2.
3.

Actual results:
upgrade check is checking group ownership of "/var/lib/pulp" instead of "/var/lib/pulp/content"

Expected results:
upgrade check should check group ownership of "/var/lib/pulp/content" instead of "/var/lib/pulp"

Additional info:
During "foreman-maintain prep-6.10-upgrade" we are checking group ownership "/var/lib/pulp/content"(pulp3) which is as expected.

# foreman-maintain prep-6.10-upgrade
Running Preparations for the Satellite 6.10 upgrade
================================================================================
Preparations for the Satellite 6.10 upgrade:
prep-6.10-upgrade may take a while depending on the size of /var/lib/pulp/content
/ # chgrp -R pulp /var/lib/pulp/content                               [OK]
--------------------------------------------------------------------------------

Comment 1 Evgeni Golov 2022-01-11 15:00:09 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 :)

Comment 2 Bryan Kearney 2022-01-13 16:05:27 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/34231 has been resolved.

Comment 3 sganar 2022-02-09 10:12:36 UTC
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.

Comment 6 errata-xmlrpc 2022-07-05 14:31:37 UTC
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


Note You need to log in before you can comment on or make changes to this bug.