Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RHELC-895] Fix error message when repoquery fails to retrieve information on kmod packages #818

Merged
merged 1 commit into from
Nov 2, 2023

Commits on Oct 31, 2023

  1. Fix error message when repoquery fails to retrieve information on kmo…

    …d packages
    
    * When repoquery fails to run (for instance, when repoquery decides that there isn't enough disk space
      to download metadata from the repository), we were printing an error message that there were no kmod
      containing packages.  With this change, we will print an error message that says repoquery failed.
    
    * Now that we are printing a unified report for pre-check failures, we need to include the referenced
      yum output in the logger.critical message.  Otherwise, the report will say to look at the "above yum
      output", but that output won't be present in the report handed to insights.
    
    Fixes https://issues.redhat.com/browse/RHELC-895
    Fixes oamg#610
    abadger committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bcece6f View commit details
    Browse the repository at this point in the history