Project

Profile

Help

Story #7915

Updated by ipanova@redhat.com over 3 years ago

We are not handling on_demand content as of now, Pulp is checking only immediate content by looking into the Artifact table. 

 ### in setting.py: 
 Add a check for RemoteArtifacts table that they do not contain forbidden checksums or missing allowed checksums. Issue a warning and let pulp start. 

 ### under discussion  
 in the pulpcore command: 
 Add additional functionality to the pulpcore command `handle-artifact-checksums` to remove forbidden checksums from RemoteArtifacts 

 and populate missing checksums    ones - add an option '--download-on-demand-content' that will download the file( when mentioned with command)    and calculate the checksums needed for the RemoteArtifact 

Back