[Bug 209112] /usr/sbin/jail jails fail to launch with possible race when jails mount common dir with nullfs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 6 12:57:08 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209112

--- Comment #6 from djn at araxis.com ---
I have what seems (on first try, at least) to be a viable alternative
workaround that is (somewhat) less icky than adding artificial dependencies
between jails. Simply add the following two lines to /etc/rc.conf (or
/etc/rc.conf.d/jail):

jail_parallel_start="NO"
jail_list="list of all jails to start"

Specifying the jail_list explicitly means that the jail_parallel_start setting
can take effect, since the default _ALL case in jail_start() (which ignores
jail_parallel_start) is then bypassed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-jail mailing list