- 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
Details
- Reviewers
bcr fernape arrowd - Group Reviewers
Doc Committers - Commits
- R9:56ba04a704e9: Handbook - Jails: Upgrade chapter
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Wow, this is an amazing writeup and a great update to the ZFS chapter. Thanks so much for working on it.
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. | |
| 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. | |