zfs: Incompatibility with kernel 5.3
Enable the warning that ZFS is currently incompatible with 5.3 kernels
This commit is contained in:
parent
b3dec4fa26
commit
7cff0bc3ee
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue