[Bug 206654] sysutils/qjail speed up jail creation and other fixes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 27 03:45:03 UTC 2016


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

--- Comment #2 from Steven Hartland <smh at FreeBSD.org> ---
(In reply to Joe Barbish from comment #1)
The temporary definition files where actually related to the IP check. 

Previously it wrote the current state of the creating jail to disk while it
read in the jail being checked, once it completed the check the state of the
creating jail was read back in and the definition file deleted.

If a second create found the temporary definition file in its ls but it was
deleted by the time it was read for check, the second process would error out
without the ignore_missing option.

Now the IP verify doesn't do this, that change isn't needed, so can safely be
removed; sorry forgot about that.

No worries about the time, there's no rush, I just always like to capture
things once they're done and in production here ;-)

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


More information about the freebsd-ports-bugs mailing list