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

Check source type directly, not via DBus #3565

Merged

Commits on Aug 17, 2021

  1. Check source type directly, not via DBus

    Not all payloads are available via DBus in RHEL 9 Anaconda,
    so use the payload instance directly when checking payload type
    in the Connect to Red Hat spokes. Also in some cases the payload
    type could be None instead of a string, so handle that as well.
    
    This should fix the issue with RHV, which uses the liveimg payload,
    which is not available via DBus on RHEL 9, leading to a crash.
    
    (cherry picked from commit d6ea3b3)
    
    Related: rhbz#1941578
    Resolves: rhbz#1955311
    M4rtinK committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f1fc6d4 View commit details
    Browse the repository at this point in the history