Project

General

Profile

Actions

Feature #29739

closed

Satellite6 Add cleanup step to foreman-maintain for old rubygems before executing upgrade

Added by Suraj Patil over 4 years ago. Updated about 1 year ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1782790

Description of problem:

In /opt/theforeman/tfm/root/usr/share/gems/gems

empty folders of older versions of gems are left after upgrades.
In some cases it may happen, that older rubygem is not cleaned up and may cause issues.

Add step for foreman-maintain, to "health check" this directory and ask user if he wants to cleanup old unused gems or not. (yes/no input)

Version-Release number of selected component (if applicable):

How reproducible:

100%

Steps to Reproduce:
1. Install satellite 6.5
2. upgrade to 6.6
3. ls /opt/theforeman/tfm/root/usr/share/gems/gems

Actual results:

Old directories are left and not deleted.

Expected results:

Implement check, which will identify folders/rubygems which are not owned by any package.

Additional info:

To identify such gems

#cd /opt/theforeman/tfm/root/usr/share/gems/gems
#ls | xargs rpm -qf * | grep -i 'not owned by any package'

Actions

Also available in: Atom PDF