Actions
Bug #34231
closedupgrade check checking group ownership of /var/lib/pulp (pulp2) instead of /var/lib/pulp/content (pulp3)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
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] --------------------------------------------------------------------------------
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
Updated by Shubham Ganar over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|7c4a2f8d5afaab150926e75158c5f1b149caac71.
Actions