From 7cff0bc3eedb909d62d1dad79e71b37285fd9271 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Fri, 20 Sep 2019 14:38:28 -0400 Subject: zfs: Incompatibility with kernel 5.3 Enable the warning that ZFS is currently incompatible with 5.3 kernels --- pkgs/os-specific/linux/zfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux') 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"; -- cgit 1.4.1