zfs: document systemd-udev-settle dependency

This commit is contained in:
Peter Hoeg
2020-03-21 11:15:06 +08:00
parent 53a51f212a
commit 8a31cf1459
+1
View File
@@ -478,6 +478,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" ];