Project

Profile

Help

Issue #2681

Updated by dkliban@redhat.com about 7 years ago

This story has 4 deliverables.  

 1. New model for storing Orphan cleanup task does not consider that some package lists associated with an errata package lists. are no longer needed because the repository associated with them is no longer present. This model needs at least three fields: repo_id, errata_id, package_list. 
 2. Update yum importer to use can cause the new model when storing errata package lists. 
 3. Update yum distributor to use the new model when publishing errata. 
 4. Migration grow so large that will take all the package lists stored inside each document it is too big to store in MongoDB. When this happens, the units_erratum collection and move them into the new errata_package_lists collection. user experiences issue #2568.

Back