Actions
Issue #7093
closedyum metadata file not being migrated
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
I synced rhel 8 os and appstream and for whatever reason, none of the yum metadata files are migrated:
# select * from pulp_2to3_migration_pulp2yumrepometadatafile;
pulp_id | pulp_created | pulp_last_updated | data_type | checksum | checksum_type | repo_id | pulp2content_id
---------+--------------+-------------------+-----------+----------+---------------+---------+-----------------
(0 rows)
pulpcore=# select * from rpm_repometadatafile;
content_ptr_id | data_type | checksum_type | checksum
----------------+-----------+---------------+----------
(0 rows)
steps to reproduce:
- sync rhel8 base os or appstream (i'm guessing any will do)
- try to migrate the repository, i imagine a simple migration plan should work.
- No yum metadata files are migrated
No errors were seen
Actions
Fix yum metadata file not being migrated
closes: #7093 https://pulp.plan.io/issues/7093