aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-09-20 14:38:28 -0400
committerTim Steinbach <tim@nequissimus.com>2019-09-20 14:39:38 -0400
commit7cff0bc3eedb909d62d1dad79e71b37285fd9271 (patch)
tree206222a90a7f85bd124a33288e2fda86920c87c3 /pkgs
parentb3dec4fa26ad34d524cfa510ce225f95b1dc11f3 (diff)
zfs: Incompatibility with kernel 5.3
Enable the warning that ZFS is currently incompatible with 5.3 kernels
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index 1b9b5a3ba51..d02a01fc93f 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -151,7 +151,7 @@ in {
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
- # incompatibleKernelVersion = "4.20";
+ incompatibleKernelVersion = "5.3";
# this package should point to the latest release.
version = "0.8.1";
@@ -165,7 +165,7 @@ in {
zfsUnstable = common {
# comment/uncomment if breaking kernel versions are known
- # incompatibleKernelVersion = "4.19";
+ incompatibleKernelVersion = "5.3";
# this package should point to a version / git revision compatible with the latest kernel release
version = "0.8.1";