Skip to content

Commit

Permalink
zfs: Update comment for openzfs/zfs#4943
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco committed May 3, 2022
1 parent 8555a7f commit 0a16158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nixos/modules/tasks/filesystems/zfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ let
createImportService = { pool, systemd, force, prefix ? "" }:
nameValuePair "zfs-import-${pool}" {
description = "Import ZFS pool \"${pool}\"";
# we need systemd-udev-settle until https://github.com/zfsonlinux/zfs/pull/4943 is merged
# we need systemd-udev-settle to ensure devices are available
# In the future, hopefully someone will complete this:
# https://github.com/zfsonlinux/zfs/pull/4943
requires = [ "systemd-udev-settle.service" ];
after = [
"systemd-udev-settle.service"
Expand Down

0 comments on commit 0a16158

Please sign in to comment.