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

test: Update all of udisks2, not just the lvm2 and btrfs modules #467

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

mvollmer
Copy link
Contributor

@mvollmer mvollmer commented Oct 7, 2024

All pieces need to have the same version, otherwise the modules will likely not load, or UDisks2 will crash.

This should fix failures like these in https://cockpit-logs.us-east-1.linodeobjects.com/pull-6954-50025d8c-20241006-232043-fedora-rawhide-boot-other-rhinstaller-anaconda-webui/log.html#23

> warn: Can't enable storaged btrfs module Error initializing module 'btrfs': /usr/lib64/udisks2/modules/libudisks2_btrfs.so: undefined symbol: udisks_mdraid_set_consistency_policy
> warn: Can't enable storaged lvm2 module Error initializing module 'lvm2': /usr/lib64/udisks2/modules/libudisks2_lvm2.so: undefined symbol: udisks_mdraid_set_consistency_policy

All pieces need to have the same version, otherwise the modules will
likely not load, or UDisks2 will crash.
@mvollmer mvollmer requested a review from KKoukiou October 7, 2024 11:21
@KKoukiou
Copy link
Contributor

KKoukiou commented Oct 7, 2024

@mvollmer alternative solution to #466

@KKoukiou KKoukiou merged commit f5c87cb into rhinstaller:main Oct 7, 2024
9 checks passed
@mvollmer
Copy link
Contributor Author

mvollmer commented Oct 7, 2024

@mvollmer alternative solution to #466

Oh, I like your solution much better!

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