Page MenuHomeFreeBSD

Update to FreeBSD handbook: virtualization chapter
ClosedPublic

Authored by freebsd_ny-central.org on Feb 25 2024, 8:39 AM.
Tags
Referenced Files
Unknown Object (File)
Mon, Nov 4, 11:18 PM
Unknown Object (File)
Mon, Nov 4, 11:18 PM
Unknown Object (File)
Sat, Nov 2, 10:38 PM
Unknown Object (File)
Sat, Nov 2, 10:38 PM
Unknown Object (File)
Sat, Nov 2, 10:38 PM
Unknown Object (File)
Sat, Nov 2, 10:38 PM
Unknown Object (File)
Oct 11 2024, 1:12 AM
Unknown Object (File)
Oct 11 2024, 1:12 AM

Details

Summary

Expanding documentation around bhyve

  • snapshot feature (experimental)
  • additional notice about persisting and changing network configuration and potential for locking oneself out
  • jailing bhyve

I should probably add, that I'm more than willing to remove the part on snapshots, because it's certainly very experimental. On the other hand, this might invite more people to test and try things out.

Feedback - as usual - very welcome!

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste added inline comments.
documentation/content/en/books/handbook/virtualization/_index.adoc
500–501

We mention Intel and AMD; should we reference Arm as well?

Valid point on ARM - I've added a suggestion on ARM though I ain't an expert on the topic.
I got those infos from here: https://cgit.freebsd.org/src/commit/?id=47e073941f4e

freebsd_ny-central.org added inline comments.
documentation/content/en/books/handbook/virtualization/_index.adoc
500–501

Actually, now rereading what I wrote... this makes no sense. I'll change this again.

Restructured into a bullet point list; certainly better to read - hope the content is correct though.

Bunch of small things I spotted.

documentation/content/en/books/handbook/virtualization/_index.adoc
893
898

2nd-person pronoun use is discouraged.

937
944
988
995
1003
1011
1019

Shouldn't it be the same as the host's?

1024

Also, with 13.3 days from expected release, maybe wait a bit and use that as an example, for future-proofing?

1057
1062
1074
1135
1136
1181
1227
1232
1234
1247

For consistency with the actual examples

1267–1269

Why not pkg -j bhyve install bhyve-firmware?

This revision now requires changes to proceed.Mar 3 2024, 3:50 AM
freebsd_ny-central.org marked 20 inline comments as done.

Updated after feedback. Thanks for the great inputs!

A few typos remain, but getting close, I think.

documentation/content/en/books/handbook/virtualization/_index.adoc
893

"additionally" and "reasonably" misspelled.

937

Spurious "if you"

Thanks for spotting those. I really need to run a spellcheck before I submit things. Apologies for the extra round.
Added additional typo and comma fixes and improvements for brevity.

This revision is now accepted and ready to land.Mar 16 2024, 5:27 PM
documentation/content/en/books/handbook/virtualization/_index.adoc
562
775

Does this sound clearer?

800
801–802

I removed instances of the second person as Pau Amma requested in other reviews and suggested an alternative wording.

809
850
853
858
884
892
893
913
926–936

Would it be better to link to Quick Start section of the Updating and Upgrading FreeBSD chapter? The shell source at the top is nearly the same as here.

Thanks for the feedback. I've merged all suggested changes and also

  • removed a few more "you" statements to a more neutral version
  • added a note/recommendation on using UEFI vars file w/ Linux to prevent having to rename boot files
This revision now requires review to proceed.Apr 27 2024, 1:46 PM

@freebsd_ny-central.org, this looks ready to me. Could you rebase your changes on top of the latest main after 3c1326a472ca67ff6159d644589ab5e5bfc1258c? Then we can commit.

Thanks,

Joe

What do you think about this commit log?

Handbook/Virtualization: Expand bhyve documentation

Notable changes:

- describe the experimental snapshot feature
- add notice about persisting and changing network configuration and the
  potential for locking oneself out
- describe jailing bhyve
- improve wording throughout the page

Reviewed by:    emaste, jrm, Pau Amma <pauamma@gundo.com>
Differential Revision:  https://reviews.freebsd.org/D44078

LGTM. Thanks for your help in getting this finalized!

This revision was not accepted when it landed; it landed in state Needs Review.May 29 2024, 5:21 PM
This revision was automatically updated to reflect the committed changes.