Date: Wed, 06 Jul 2016 12:57:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-jail@FreeBSD.org Subject: [Bug 209112] /usr/sbin/jail jails fail to launch with possible race when jails mount common dir with nullfs Message-ID: <bug-209112-9824-XsRuL1qQiK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209112-9824@https.bugs.freebsd.org/bugzilla/> References: <bug-209112-9824@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209112 --- Comment #6 from djn@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=3D"NO" jail_list=3D"list of all jails to start" Specifying the jail_list explicitly means that the jail_parallel_start sett= ing can take effect, since the default _ALL case in jail_start() (which ignores jail_parallel_start) is then bypassed. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209112-9824-XsRuL1qQiK>