-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vt doc: Improve libvirt network section #610
Conversation
BTW, this change was inspired by https://bugzilla.suse.com/show_bug.cgi?id=1166570 |
6e050ce
to
4593e6b
Compare
After some conversations with Marius, I've force pushed some improvements to the improvements. |
4593e6b
to
0d6b602
Compare
Ok, another attempt and another force push. Claudio mentioned some pictures would help, e.g. similar to the ones on the libvirt wiki https://wiki.libvirt.org/page/VirtualNetworking What do the doc folks think about that? |
6e58f01
to
a03887d
Compare
An out-of-the-box configuration of SLES with KVM or Xen provides a wicked-managed, L2 bridge configuration for VM connectivity. libvirt virtual networks provide an alternate network setup for VM connectivity but must be enabled separately. Since the wicked-managed configuration is the default, move it's description before that of libvirt's virtual networks. Also remove the confusing text around isolated vs forwarded networks and add some information about use-cases for the various configurations. Finally, add a warning about the implicit enabling of layer 3 forwarding in the VM host when enabling a libvirt virtual network. See https://bugzilla.suse.com/show_bug.cgi?id=1166570 for more details.
a03887d
to
a4fd402
Compare
An out-of-the-box configuration of SLES with KVM or Xen provides a wicked-managed, L2 bridge configuration for VM connectivity. libvirt virtual networks provide an alternate network setup for VM connectivity but must be enabled separately. Since the wicked-managed configuration is the default, move it's description before that of libvirt's virtual networks. Also remove the confusing text around isolated vs forwarded networks and add some information about use-cases for the various configurations. Finally, add a warning about the implicit enabling of layer 3 forwarding in the VM host when enabling a libvirt virtual network. See https://bugzilla.suse.com/show_bug.cgi?id=1166570 for more details.
I thought there were gate checks to verify a PR could be built. Such trivial and common mistakes could be automatically detected well before merging. |
There are. Or, rather, there are meant to be. This highlighted a bug in DAPS which caused it to return the wrong exit code. |
Add a warning about enabling forwarding in the VM host when enabling
a libvirt virtual network. While at it, make some small improvements
in the description of libvirt's virtual networks.
Are backports required?