Skip to content

Commit

Permalink
zfs: document systemd-udev-settle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed May 7, 2017
1 parent febd7e3 commit 15c57e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/tasks/filesystems/zfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ in
createImportService = pool:
nameValuePair "zfs-import-${pool}" {
description = "Import ZFS pool \"${pool}\"";
# we need systemd-udev-settle until https://github.com/zfsonlinux/zfs/pull/4943 is merged
requires = [ "systemd-udev-settle.service" ];
after = [ "systemd-udev-settle.service" "systemd-modules-load.service" ];
wantedBy = (getPoolMounts pool) ++ [ "local-fs.target" ];
Expand Down

0 comments on commit 15c57e6

Please sign in to comment.