]> granicus.if.org Git - zfs/commit
Reorder zfs-* services to allow /var on separate dataset
authorJames Lee <jlee@thestaticvoid.com>
Sun, 30 Aug 2015 18:36:41 +0000 (14:36 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Sep 2015 16:16:39 +0000 (09:16 -0700)
commit3f1cc17c9005d19faba91fe7236332ed502b1a3f
tree3499392a3fe8255ad8dbcb2c3673fbc7a372e312
parentfb40095f5f0853946f8150481ca22602d1334dfe
Reorder zfs-* services to allow /var on separate dataset

ZED depends on /var.  When /var is a separate dataset, it must be
mounted before starting ZED.  This change moves the zfs-zed service
from starting first, to starting after zfs-mount, but before zfs-share.

As discussed in issue #3513, ZED does not need to start first in order
to consume events made during the zfs-import and zfs-mount services.
The events will be queued and can be handled later in the boot process.

ZED may, however, handle sharing in the future, so it should be started
before the zfs-share service.

This commit also stops the zfs-import service from writing temp files
to /var/tmp on shutdown and it corrects the return code for the OpenRC
service.

Other OpenRC-specific changes noted in issue #3513 were reitereated in
issue #3715 and committed in da619f3.

Signed-off-by: James Lee <jlee@thestaticvoid.com>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3513
etc/init.d/README.md
etc/init.d/zfs-import.in
etc/init.d/zfs-mount.in
etc/init.d/zfs-share.in
etc/init.d/zfs-zed.in