catacomb: workaround for a rare ZFS bug
This can be removed if a recent 23.11 is taken or 24.05
This commit is contained in:
parent
5b752f7cfa
commit
a8730b3a13
|
@ -18,6 +18,7 @@
|
||||||
};
|
};
|
||||||
supportedFilesystems = ["zfs"];
|
supportedFilesystems = ["zfs"];
|
||||||
zfs.enableUnstable = true;
|
zfs.enableUnstable = true;
|
||||||
|
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "22.11"; # Read the usual warning
|
system.stateVersion = "22.11"; # Read the usual warning
|
||||||
|
|
Loading…
Reference in New Issue