Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-2533

Plugins leave behind empty directories when upgraded

XMLWordPrintable

    • Moderate
    • None

      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'

            ekohlvan@redhat.com Ewoud Kohl van Wijngaarden
            rhn-support-snemeth Stefan Nemeth
            RH Bugzilla Integration RH Bugzilla Integration
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: