-
Notifications
You must be signed in to change notification settings - Fork 37
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
No ZFS in ucore:stable-zfs? #210
Comments
Which image are you on specifically? https://github.com/ublue-os/ucore/actions/runs/11809785436/job/32900704526#step:12:378 Zfs is getting installed, but this could be an issue with depmod. |
Here's the output from
The top image is where the error occurred, the bottom one is the one to which I rolled back. |
I'm getting this too! |
I'm investigating this issue... So far I'm quite confused as I can reproduce on a test VM but not on my main home server with a lot of ZFS ... even on the latest update, that machine is still working fine. |
As @m2Giles this seems like a depmod issue... as the ZFS kmod files are certainly present and can be loaded.
|
There is a difference in how Bluefin and uCore run depmod, so I'm trying their method as that seems to at least not hurt, and may resolve this. Relates: #210
@thomasazar and @bketelsen I believe the stable build after mergint #211 has resolved the issue for me in my test VM. Can you confirm and we'll close this as fixed? |
@bketelsen confirmed this fixed the issue for him via Discord thread. |
Indeed, everything is coming up ZFS on my updated server. Thank you! |
This morning, I saw a number of errors on my home network, apparently due to missing mounts. After logging into my server and running
zfs list
, I saw a rather dreadful message:The ZFS modules cannot be auto-loaded. Try running 'modprobe zfs' as root to manually load them.
So I dutifully ran the
modprobe
command, and I was met with this:modprobe: FATAL: Module zfs not found in directory /lib/modules/6.11.3-300.fc41.x86_64)
Confident in the atomic nature of the server, I quickly entered
rpm-ostree rollback
, then rebooted into having a working zpool again. It looks like the rebase onto Fedora 41 may not have built the ZFS modules? (I'll confess, I don't know much about the underpinnings of ucore.) The rollback is still based on Fedora 40, so I'm pinning it for now.The text was updated successfully, but these errors were encountered: