Bug #33567
clear pulp3's checksum values on its yum repository objects
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
as part of a pulp3 upgrade, pulp is setting the checksum values metadata_checksum_type & package_checksum_type on the REPOSITORY object (Not publications). This can cause a problem to occur later on, especially with pulp capsule syncs.
On upgrade we should clear these values.
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Justin Sherrill
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9670 added
#2
Updated by Justin Sherrill over 1 year ago
- Bugzilla link set to 1993951
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#4
Updated by Justin Sherrill over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|2e07c06405e9dab01512cd65fb5b2d74ff0381b9.
#5
Updated by James Jeffers over 1 year ago
- Triaged changed from No to Yes
#6
Updated by Justin Sherrill over 1 year ago
- Target version changed from Katello 4.3.0 to Katello 4.2.1
Fixes #33567 - remove checksum values from pulp3 repos
due to an upgrade bug in pulp3, repository objects can have a checksum set
which will cause the checksum to be used when publishing metadata. This
causes a problem with pulp2 smart proxies syncing content and expecting
all package checksums to match the metadata checksums