Page MenuHomeFreeBSD

Handbook - Jails
ClosedPublic

Authored by carlavilla on Sat, Jul 11, 5:29 PM.
Tags
None
Referenced Files
F162745881: D58173.diff
Thu, Jul 16, 11:16 AM
F162745676: D58173.diff
Thu, Jul 16, 11:12 AM
F162711988: D58173.diff
Thu, Jul 16, 1:37 AM
F162684147: D58173.diff
Wed, Jul 15, 5:59 PM
Unknown Object (File)
Tue, Jul 14, 5:05 PM
Unknown Object (File)
Tue, Jul 14, 3:18 PM
Unknown Object (File)
Tue, Jul 14, 3:03 PM
Unknown Object (File)
Tue, Jul 14, 1:55 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

1203

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

1533

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
1533

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.