-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[Backport release-22.05] zfs: 2.1.4 -> 2.1.5 #178830
Conversation
(cherry picked from commit 8cfcee7)
Hmmh, this would mean we update ZFS to 2.1.5 in 22.05 already. Considering the stability of ZFS, I guess this is fine, but then we should have added the release notes to the 22.05 release notes, instead of 22.11? |
I'll go ahead and add the release notes to the PR then. |
Also all tests except |
Sorry, I wrote this confusingly. If we backport this, we effectively make it appear in the 22.05 release - so the release notes on master should also reflect that, and not pretend it'll only ever end up in 22.11. I propose sending a PR to master that moves it to the 22.05 release notes, and then cherry-pick both commits in this PR. |
(cherry picked from commit 93b55ff)
Done. |
… to latest LTS kernel `zfs.package.latestCompatibleLinuxPackages` was recently bumped to 5.18 [0] in nixpkgs nixos-22.05, however that kernel release includes a change [1] that causes ZFS to fail to compile [2] [3]. To workaround this, downgrade the kernel to 5.15, until an OpenZFS release that includes the bug fix [4] is released. [0]: NixOS/nixpkgs#178830 [1]: https://patchwork.kernel.org/project/linux-kbuild/patch/20210727205855.411487-35-keescook@chromium.org/ [2]: https://github.com/PetarKirov/dotfiles/runs/7166609186?check_suite_focus=true [3]: openzfs/zfs#13528 [4]: openzfs/zfs@ff7e405
… to latest LTS kernel `zfs.package.latestCompatibleLinuxPackages` was recently bumped to 5.18 [0] in nixpkgs nixos-22.05, however that kernel release includes a change [1] that causes ZFS to fail to compile [2] [3]. To workaround this, downgrade the kernel to 5.15, until an OpenZFS release that includes the bug fix [4] is released. [0]: NixOS/nixpkgs#178830 [1]: https://patchwork.kernel.org/project/linux-kbuild/patch/20210727205855.411487-35-keescook@chromium.org/ [2]: https://github.com/PetarKirov/dotfiles/runs/7166609186?check_suite_focus=true [3]: openzfs/zfs#13528 [4]: openzfs/zfs@ff7e405
… to latest LTS kernel `zfs.package.latestCompatibleLinuxPackages` was recently bumped to 5.18 [0] in nixpkgs nixos-22.05, however that kernel release includes a change [1] that causes ZFS to fail to compile [2] [3]. To workaround this, downgrade the kernel to 5.15, until an OpenZFS release that includes the bug fix [4] is released. [0]: NixOS/nixpkgs#178830 [1]: https://patchwork.kernel.org/project/linux-kbuild/patch/20210727205855.411487-35-keescook@chromium.org/ [2]: https://github.com/PetarKirov/dotfiles/runs/7166609186?check_suite_focus=true [3]: openzfs/zfs#13528 [4]: openzfs/zfs@ff7e405
(cherry picked from commit 8cfcee7)
Description of changes
#178632
Bot failed to automatically backport due to documentation.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes