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
@ -151,7 +151,7 @@ in {
|
|||||||
# to be adapted
|
# to be adapted
|
||||||
zfsStable = common {
|
zfsStable = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
# incompatibleKernelVersion = "4.20";
|
incompatibleKernelVersion = "5.3";
|
||||||
|
|
||||||
# this package should point to the latest release.
|
# this package should point to the latest release.
|
||||||
version = "0.8.1";
|
version = "0.8.1";
|
||||||
@ -165,7 +165,7 @@ in {
|
|||||||
|
|
||||||
zfsUnstable = common {
|
zfsUnstable = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# 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
|
# this package should point to a version / git revision compatible with the latest kernel release
|
||||||
version = "0.8.1";
|
version = "0.8.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user