[GH-ISSUE #519] Whether webvirtmgr already available as a virtual switch openvswitch #389

Open
opened 2026-02-27 16:39:06 +03:00 by kerem · 6 comments
Owner

Originally created by @yuanzhidanggui on GitHub (Mar 9, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/519

Originally created by @yuanzhidanggui on GitHub (Mar 9, 2015). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/519
Author
Owner

@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!

<!-- gh-comment-id:77796315 --> @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!
Author
Owner

@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 ovs1

After vswitch creation, type the "ovs1" on "Networks -> New Network -> Bridge Name".

<!-- gh-comment-id:77885068 --> @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 ovs1` After vswitch creation, type the "ovs1" on "Networks -> New Network -> Bridge Name".
Author
Owner

@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 ?

<!-- gh-comment-id:81737851 --> @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 ?
Author
Owner

@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

<!-- gh-comment-id:81777938 --> @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
Author
Owner

@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。

<!-- gh-comment-id:82355918 --> @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。
Author
Owner

@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

<!-- gh-comment-id:101886871 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#389
No description provided.