mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/zfs: Set scrub default IOSchedulingClass to idle
This commit is contained in:
parent
005028d7e2
commit
0274fc2212
1 changed files with 1 additions and 0 deletions
|
@ -869,6 +869,7 @@ in
|
|||
after = [ "zfs-import.target" ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
IOSchedulingClass = "idle";
|
||||
};
|
||||
script = ''
|
||||
${cfgZfs.package}/bin/zpool scrub -w ${
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue