You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The zfs-zed init script should have a local file system dependency
I am not sure it should, doesn't "zfs-mount" require "$local_fs" already? It seems only logical for "Required-Start/Stop" to be transitive: just requiring "zfs-mount" should implicitly tell the init system to also wait for every other "zfs-mount" requirement/dependency.
I've been working this over in my mind and I believe you are correct. Since zed depends on zfs-mount, and zfs-mount has already required the local file systems being mounted, then /var has to already be mounted at this point.
The zfs-zed init script should have a local file system dependency so that /var is mounted before starting zed.
The text was updated successfully, but these errors were encountered: