Project

Profile

Help

Issue #4084

Updated by daviddavis over 5 years ago

When downloading an rpm, pulp checks for treeinfo files and logs ominous messages that users are complaining about: 

 <pre> 
 ==> /var/log/messages <== 
 Oct 12 11:32:44 zoo cloud-qe-17 pulp: nectar.downloaders.threaded:INFO: Download failed: Download of https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/.treeinfo failed with code 404: Not Found 
 Oct 12 11:32:45 cloud-qe-17 pulp: requests.packages.urllib3.connectionpool:INFO: Starting new HTTPS connection (1): cdn.redhat.com 
 Oct 12 11:32:46 cloud-qe-17 pulp: nectar.downloaders.threaded:INFO: Download failed: Download of https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/treeinfo failed with code 404: Not Found 
 Oct 12 11:32:46 cloud-qe-17 pulp: pulp_rpm.plugins.importers.yum.sync:INFO: [f5963541] Sync complete. 
 </pre> 

 Either don't log these messages or reword it to hide "404" and "Download failed".

Back