-
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 6.12 LTS support for zfs 2.3.0 #16850
Comments
@jjpe 2.3.0-rc3/4 should already support 6.12. The only question seems to be: when 2.3.0 get released, but hopefully soon. |
See also the META file and the commit from Nov 21 2.3.0-rc3 (Nov 8) does not list support for 6.12. There is an accepted pull request for 2.3.0-rc4 which will support 6.12. |
Is it safe to run 2.3.0-rc3, or is it still considered experimental or beta? |
rc stands for "release candidate", it's neither experimental nor beta, but it may have bugs or other issues that need fixing before the proper 2.3.0 release. So basically a pre-release version for testing to see if the software is ready for the next release. It should be fine to use but you may want to hold off on using the new features until 2.3.0 releases proper. |
Oh yeah, I know what RC means - I'm mainly asking because most project owners treat release candidates at fairly different readiness levels, especially the first RCs. But good to know, thanks! |
Is 6.12 support going to be added to zfs-2.2.x series? Or is it strictly 2.3.x only? |
As far as I know 2.3 does not have any backwards incompatible changes, so there's no reason to make a 2.2.x backport with 6.12 support |
I pulled and built the proposed patchset for 2.2.7 - https://github.com/tonyhutter/zfs/tree/zfs-2.2.7-hutter - and run it with kernel 6.12 without problems for some days now. |
zfs-2.2.7 was released today with 6.12 kernel support: https://github.com/openzfs/zfs/releases/tag/zfs-2.2.7 |
zfs-2.3.0-rc4 has also been released with 6.12 kernel support: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.0-rc4 |
Describe the feature would like to see added to OpenZFS
Now that Linux 6.12 has officially been designated an LTS release, it would be nice if zfs 2.3.0 could add support for it before it's officially released.
How will this feature improve OpenZFS?
It will improve OpenZFS by supporting the latest LTS kernel release, which would have positive downstream effects.
And in any case, I believe that Linux 6.12 LTS will be supported eventually anyway, so why not add it to 2.3.0, as that is not yet stable?
Additional context
N/A
The text was updated successfully, but these errors were encountered: