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

blivet fstab method change #1263

Commits on Jul 24, 2024

  1. blivet fstab method change

    Blivet fstab methods get_device() and find_device() took Blivet object as a
    first parameter. However, for anaconda (primary customer for
    the blivet change) usecase the Blivet object does not always exist, only the Devicetree.
    Mentioned methods do not need anything else besides Devicetree from blivet object.
    
    This changes those methods interfaces to accept Devicetree insted of
    Blivet as the first parameter.
    
    Unit tests modified accordingly.
    Storage role should not be affected by this change.
    japokorn committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f62e0c9 View commit details
    Browse the repository at this point in the history