1
1
Fork 0

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:
Tim Van Baak 2023-12-27 05:01:28 +00:00
parent 5b752f7cfa
commit a8730b3a13
1 changed files with 1 additions and 0 deletions

View File

@ -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