mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #519] Whether webvirtmgr already available as a virtual switch openvswitch #389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuanzhidanggui on GitHub (Mar 9, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/519
@yuanzhidanggui commented on GitHub (Mar 9, 2015):
i found openvswitch in the web UI,but,i don‘t konw that how it works,help me! thanks!
@ainoniwa commented on GitHub (Mar 9, 2015):
libvirt cannot create openvswitch vswitch.
You need to create a vswitch manually, used the
ovs-vsctl add-br.ex)
# ovs-vsctl add-br ovs1After vswitch creation, type the "ovs1" on "Networks -> New Network -> Bridge Name".
@yuanzhidanggui commented on GitHub (Mar 16, 2015):
Libvirt release 0.9.11 has added support for Open vSwitch so it is no longer required to use bridge compatibility mode! and then,whether we can create ovs using web UI ?
@ainoniwa commented on GitHub (Mar 16, 2015):
Now, libvirt 0.9.11 or higher can connect port to the openvswitch upon start-up of the VM, but it cannot create the vswitch.
If you need to create vswitch using web UI, need to run the ovs-vsctl command via the webvirtmgr.
See: http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Libvirt;hb=HEAD
@yuanzhidanggui commented on GitHub (Mar 17, 2015):
ok,See: http://www.pica8.com/document/v2.5/html/ovs-configuration-guide/#5146472 ,it is very good,i want to do it。
@yuanzhidanggui commented on GitHub (May 14, 2015):
hello
libvirt cannot create openvswitch vswitch.
You need to create a vswitch manually, used the ovs-vsctl add-br.
ex)
ovs-vsctl add-br ovs1
After vswitch creation, type the "ovs1" on "Networks -> New Network -> Bridge Name".
ovs-vsctl add-br ovs1,I will use it in web server or host server? both