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 almost 8 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 Partha Aji over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|13c3176abdf86ef61de7a3f2e899a1118ad8be10.