Skip to content

Commit

Permalink
nixos/doc: document zfs non-LTS kernel deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Dec 3, 2024
1 parent ce3b31b commit 1f04cdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/doc/manual/configuration/linux-kernel.chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,8 @@ This section was moved to the [Nixpkgs manual](https://nixos.org/nixpkgs/manual#
It's a common issue that the latest stable version of ZFS doesn't support the latest
available Linux kernel. It is recommended to use the latest available LTS that's compatible
with ZFS. Usually this is the default kernel provided by nixpkgs (i.e. `pkgs.linuxPackages`).

:::{.note}
Using non-LTS releases with ZFS is *not supported* because it is likely to break.
NixOS will show an eval warning which further elaborates this issue aswell as how to turn the warning off should you choose to ignore it.
:::

0 comments on commit 1f04cdc

Please sign in to comment.