nixos/zfs: scrub synchronously
This prevents spurious systemd failures if the timer unit starts a new scrub before a long-running one has finished.
This commit is contained in:
@@ -765,10 +765,10 @@ in
|
||||
description = "ZFS pools scrubbing";
|
||||
after = [ "zfs-import.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
Type = "simple";
|
||||
};
|
||||
script = ''
|
||||
${cfgZfs.package}/bin/zpool scrub ${
|
||||
${cfgZfs.package}/bin/zpool scrub -w ${
|
||||
if cfgScrub.pools != [] then
|
||||
(concatStringsSep " " cfgScrub.pools)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user