You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/05/06 12:17:22 UTC

[GitHub] [trafficcontrol] smalenfant opened a new issue, #6811: t3c-apply: Execute yum clean all when install-packages=true

smalenfant opened a new issue, #6811:
URL: https://github.com/apache/trafficcontrol/issues/6811

   
   ## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
   - Traffic Control Cache Config (`t3c`, formerly ORT)
   
   ## Current behavior:
   When t3c-apply tries to install packages, the yum cache might not be updated and sometime fails.
   
   Example:
   
   ```
   "Error processing packages: Package trafficserver-9.1.2-13472.el7.x86_64 is not available to install: Error executing '/usr/bin/yum': Error: No matching Packages to list"
   ```
   
   ## New behavior:
   
   A `yum clean all` should be run before attempting to install packages. This would force a yum cache refresh and give us a better chance to succeed on package installation. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org