-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemd rocks #3818
Comments
This is not a support forum, so please close this. |
On boot I see ZFS pool import twice. One LSB and one Systemd. They run both on same time. With systemd there is a lot to do: cat zfs-import-scan.service | grep ExecStart=ExecStart=/sbin/zpool import -d /dev/disk/by-id -aN I think this won't work with the code above: |
This still isn't a support forum. I don't see a question or an issue here. And an answer to a completely different issue is still a support thing and this isn't a support forum! Please close this and then go read http://zfsonlinux.org/faq.html#WhereDoIReportProblems and http://zfsonlinux.org/faq.html#HowDoIReportProblems. Then, if needed, come back and report another. The correct way. |
@acrixl I'm glad to hear the systemd units work well for you. By all means use them if that's what you prefer. Let's chalk this up to documentation and leave it for future reference. |
debian 8
this:
#2498
update-rc.d zfs-import remove
update-rc.d zfs-mount remove
update-rc.d zfs-share remove
update-rc.d zfs-zed remove
rm /etc/init.d/zfs-*
reboot
now all work as expected since systemd init stuff here
The text was updated successfully, but these errors were encountered: