Bug #20022
closedAdd action to force remove metadata from a repo to fix sync problem
Description
I had 2 repos failing to sync becuase of metadata corruption. With the help of the community I was able to force the removal of the metadata via pulp:
pulp-admin -u admin -p $pulpAdminPassword rpm repo content metafile --repo-id=XXXXX
pulp-admin -u admin -p $pulpAdminPassword rpm repo remove metafile --repo-id=XXXXX --str-eq="checksum=YYYY"
That fixed the problem. Maybe you can add the option in the advanced sync action either as a checkbox or as part of the "Validate Content Sync".
Regards
Updated by Justin Sherrill over 7 years ago
I hate to add a UI option to fix a bug in pulp that has not been identified, however I've seen many users hit this and it is very annoying to recover from. Will think about this for a bit.
Updated by Eric Helms over 7 years ago
- Tracker changed from Feature to Bug
- Translation missing: en.field_release set to 267
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release changed from 267 to 281
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release changed from 281 to 286
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release changed from 286 to 250
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release changed from 250 to 329
Updated by Justin Sherrill about 7 years ago
- Category set to Repositories
- Translation missing: en.field_release changed from 329 to 339
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/7187 added
Updated by Partha Aji about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|13c3176abdf86ef61de7a3f2e899a1118ad8be10.
Updated by Andrew Kofink almost 7 years ago
- Blocked by Bug #21726: stop emptying repositories on promote added