zfs: document systemd-udev-settle dependency
This commit is contained in:
parent
53a51f212a
commit
8a31cf1459
@ -478,6 +478,7 @@ in
|
|||||||
createImportService = pool:
|
createImportService = pool:
|
||||||
nameValuePair "zfs-import-${pool}" {
|
nameValuePair "zfs-import-${pool}" {
|
||||||
description = "Import ZFS pool \"${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" ];
|
requires = [ "systemd-udev-settle.service" ];
|
||||||
after = [ "systemd-udev-settle.service" "systemd-modules-load.service" ];
|
after = [ "systemd-udev-settle.service" "systemd-modules-load.service" ];
|
||||||
wantedBy = (getPoolMounts pool) ++ [ "local-fs.target" ];
|
wantedBy = (getPoolMounts pool) ++ [ "local-fs.target" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user