Project

General

Profile

Bug #17184

Updated by Chris Duryee over 7 years ago

 
 Katello-agent package does not obey yum's "installonly_limit" parameter. If the limit is set to 3, and if you try to install the 4th kernel from the katello satellite Web UI it still installs it rather that removing the oldest kernel and installing the new one. 

 Steps to Reproduce: 
 1. Register a system with Katello Satellite and install katello-agent 
 2. Install 3 kernels in that system 
 3. Now try to install the 4th kernel using Katello Satellite Web UI 

 Actual results: It install the 4th kernel and does not obey yum's "installonly_limit" parameter 

 Expected results: It should obey the yum's "installonly_limit" parameter 
  and remove the oldest kernel and install the latest one. 


 Additional info: 
 With yum this works perfectly fine.

Back