-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Linux 5.15 compatibility #12847
Comments
There are no patches required to get 5.15 working. You just need to bump |
We expect to release a tagged version this week. |
Just a note on something to watch out for. On FC34, dnf-automatic last night upgraded my kernel to from 5.15.6 to 5.15.7 and in the process removed zfs, zfs-dkms, zfs-dracut and zfs-test from my system, replacing it with zfs-fuse from the Feodra repos. Now I can't run any zfs related commands but the pool still runs OK.
Edit: I was able to work around this by doing:
which replaced kernel-devel 5.15.5-100.fc34 with 5.11.12-300.fc34 and now I can run zfs commands again. I've disabled dnf-automatic for now. |
@snowsnoot To prevent it from unexpectedly happening in the future, can run e.g. |
Right, this one can be closed. |
Describe the feature would like to see added to OpenZFS
Please make a release with the Linux 5.15 compatibility patches merged in and
in
META
. Right now some downstream consumers like the NixOS Linux distributions are in limbo because 5.14 is EOL and is being removed and 5.15 is not yet supported by ZFS.In general the downstream consumers would appreciate a more timely release of the compatibility patches. Thanks in advance.
How will this feature improve OpenZFS?
Easier integration for rolling-release bleeding-edge Linux distributions.
Additional context
NixOS/nixpkgs#150517
The text was updated successfully, but these errors were encountered: