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

Conversation

japokorn
Copy link
Contributor

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 instead of Blivet as the first parameter.

Unit tests modified accordingly.
Storage role should not be affected by this 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.
@vojtechtrefny vojtechtrefny merged commit d41a0ce into storaged-project:3.10-devel Jul 30, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants