Page MenuHomeFreeBSD

Handbook - Jails
ClosedPublic

Authored by carlavilla on Sat, Jul 11, 5:29 PM.
Tags
None
Referenced Files
F162417326: D58173.id181782.diff
Mon, Jul 13, 1:45 AM
Unknown Object (File)
Sun, Jul 12, 5:59 AM
Unknown Object (File)
Sat, Jul 11, 11:16 PM
Unknown Object (File)
Sat, Jul 11, 11:13 PM
Subscribers
None

Details

Summary
  • Improve top-level sections
  • Add NAT/port forwarding, administration from inside a jail, more jail options and jails with OpenZFS
  • Improve host network preparation, jail.conf and userland sources

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

carlavilla created this revision.

Wow, this is an amazing writeup and a great update to the ZFS chapter. Thanks so much for working on it.

This revision is now accepted and ready to land.Sat, Jul 11, 9:26 PM

Read this in its entirety, astonishing job. Thank you so much for working on this!

A few sentences felt wrong to me language-wise, but since I'm not a native English speaker myself I decided not to comment on them.

Other than these few comments, LGTM.

documentation/content/en/books/handbook/jails/_index.adoc
697

IIRC, make distribution overwrites config files under /etc. Updating via sources also involves running etcupdate, make delete-old{,-libs}. I guess we should mention it here or cross-reference https://docs.freebsd.org/en/books/handbook/book/#makeworld

1201

Do we really need this sentence now that 14.x is the least supported major version?

1534

Hum. AFAIK, Ctrl+C sends SIGINT and I always thought that this is the signal being sent during the shutdown. Are you sure it is actually SIGTERM?

1752

Why not dump/restore? My understanding is that dump is an intended way to copy an UFS filesystem.

This revision now requires review to proceed.Sun, Jul 12, 12:51 PM
carlavilla added inline comments.
documentation/content/en/books/handbook/jails/_index.adoc
1534

Really good catch :D

1752

I added the alternatives. Do you want me to remove the tar command?

documentation/content/en/books/handbook/jails/_index.adoc
1752

It might make sense to keep tar commands too just in case someone running an extremely weird setup and can't use dump/restore.

This revision was not accepted when it landed; it landed in state Needs Review.Sun, Jul 12, 3:47 PM
This revision was automatically updated to reflect the committed changes.
carlavilla marked 2 inline comments as done.