search for: virtualport

Displaying 20 results from an estimated 88 matches for "virtualport".

2012 Sep 23
0
VLANs with Open vSwitch in libvirt 0.10.1
...arting a guest. I've defined a network using virsh; the configuration looks like this: <network> <name>ovs-network</name> <uuid>40c32a20-9eed-238c-895c-b9af7eaf72f1</uuid> <forward mode='bridge'/> <bridge name='ovsbr0' /> <virtualport type='openvswitch'/> <portgroup name='green' default='yes'> <virtualport> <parameters profileid='green-profile'/> </virtualport> </portgroup> <portgroup name='blue'> <vlan> <tag id=...
2011 Sep 09
0
[libvirt] how did libvirt manage Virtual Network?
...network='default'/> > </interface> > ... > <interface type='network'> > <source network='default' portgroup='engineering'/> > <target dev='vnet7'/> > <mac address="00:11:22:33:44:55"/> > <virtualport type='802.1Qbg'> > <parameters managerid='11' typeid='1193047' typeidversion='2' > instanceid='09b11c53-8b5c-4eeb-8f00-d84eaa0aaa4f'/> > </virtualport> > > </interface> > </devices> > > > What is the r...
2011 Sep 13
0
Fwd: Re: [libvirt] how did libvirt manage Virtual Network?
...> </interface> >> ... >> <interface type='network'> >> <source network='default' portgroup='engineering'/> >> <target dev='vnet7'/> >> <mac address="00:11:22:33:44:55"/> >> <virtualport type='802.1Qbg'> >> <parameters managerid='11' typeid='1193047' typeidversion='2' >> instanceid='09b11c53-8b5c-4eeb-8f00-d84eaa0aaa4f'/> >> </virtualport> >> >> </interface> >> </devices> &...
2014 Oct 28
3
problem with libvirt and ovs bridge
...have created an ovs bridge on which i have attached a port. I would like to connect my vm to that port,so i have created an xml defining the network. The xml is: <network> <name>ovs-snort</name> <forward mode='bridge'/> <bridge name='snort'/> <virtualport type='openvswitch'/> </network> but when i do virsh net-define /tmp/ovsnetwork.xml i get the error error: XML error: unexpected virtualport type -1 My libvirt version is 1.2.9 Can you guide me through that?
2012 Apr 12
2
help:any docs for open vswitch supporting?
hi everybody, i saw the new feature: network: support Open vSwitch. how to use this feature? are there any documents about that? i didn't find it on the website. Thanks, Heuye -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120412/1d61864c/attachment.htm>
2018 Jan 23
2
Create virtual machine failed using virDomainCreateXML
Hi all, When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is: internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argum...
2013 Apr 05
2
Problem with net-define using Open vSwitch bridge
...x() failed', conn=self) libvirtError: Unable to add bridge vl10-ovsbr0 port vnet0: Operation not supported I'm going to assume the problem is that the bridge is not a linux bridge, but an Open vSwitch bridge. But I did have a line in the XML file that I used for net-define as follows: <virtualport type='openvswitch'/> But when I ran net-define, it failed to create the network with the error: XML error: unexpected virtualport type -1 Removing that line and re-running the net-define worked, as I have stated above. How do I tell libvirt that this bridge is an Open vSwitch bridge a...
2019 Jul 23
2
OVS / KVM / libvirt / MTU
Hey there, I hope anyone can bring some light in the following problem. <interface type='bridge'> <source bridge='cloudbr0'/> <mtu size='2000'/> <mac address='02:00:74:76:00:01'/> <model type='virtio'/> <virtualport type='openvswitch'> </virtualport> <vlan trunk='no'> <tag id='2097'/> </vlan><link state='up'/> </interface> we have an base bridge for example and cloudbr0. After we add an mtu to the vm bridge here it seems the base bridge ge...
2012 Nov 03
1
error: Unable to add port vnet1 to OVS bridge ovsbr: Operation not permitted
...rror: Unable to add port vnet1 to OVS bridge ovsbr: Operation not > permitted > > > Here is my bridge configuration: > <interface type='bridge'> > <mac address='52:54:00:c7:db:d2'/> > <source bridge='ovsbr'/> > <virtualport type='openvswitch'> > <parameters interfaceid='40e21558-217c-d8ef-c9a9-5275fa4b4a46'/> > </virtualport> > <model type='virtio'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0...
2014 Jan 24
0
Libvirt support for VEB
...ivate/bg-drafts/d2/802-1qbg-d2-2.pdf But, for VEB, no net link messages are sent by libvirt. Why is that? From the XML example, I see that: <interface type=’direct’> <mac address=’d0:0f:d0:0f:02:01’/> <source dev=’eth2.20’ mode=’vepa’/> <source network=’default’/> <virtualport type=’802.1Qbg’> <parameters managerid=’12’ typeid=’0x123456’ typeidversion=’1’ instanceid=’09b00c53-8b5c-4eeb-8f00-d847aa05191b’ /> </virtualport> I tried different combinations by changing the interface type to bridge and and trying Qbg as in below, I find that it doesn't sen...
2013 Oct 01
1
network filter and openvswitch bridge
Hello all! I try to use network filters for openvswitch interfaces.  This is the xml configuration of my bridge interface <interface type='bridge'>    <mac address='00:11:22:33:44:55'/>    <source bridge='virbr1'/>    <virtualport type='openvswitch'>         <parameters interfaceid='0529d6b5-627c-4330-803f-0d7018e6d496'/>    </virtualport>    <model type='virtio'/>    <filterref filter='myfilter'>       <parameter name='IP' value='10.10.10.99'/>...
2018 Jan 25
1
Re: Create virtual machine failed using virDomainCreateXML
Dear Michal: I'm sorry. The pasting XML I described earlier is wrong, and the real thing is: <interface type='bridge'> <mac address='52:54:00:0a:2b:2a'/> <source bridge='lcs_br_1'/> <virtualport type='openvswitch'/> <bandwidth> <inbound average='0' peak='0'/> <outbound average='0' peak='0'/> </bandwidth> <model type='virtio'/> </interface> I'm really sorry. I f...
2013 Oct 28
1
Unable to provision VM attaching it directly to a OVS bridge
...(1.0.5.6-3.fc19.x86_64) virt-install (0.10.0-4.fc19.noarch) I've created an OVS bridge (databr0) outside libvirt, and then defined it inside libvirt with: <network> <name>databr0</name> <forward mode='bridge'/> <bridge name='databr0'/> <virtualport type='openvswitch'/> </network> And then 'net-autostart' and 'net-start' it with virsh. Now I've got: # virsh net-list Name State Autostart Persistent ---------------------------------------------------------- databr0 ac...
2014 Jun 27
1
libvirt on OpenStack
...</iotune> </disk> <interface type="bridge"> <mac address="fa:16:3e:49:04:ce"/> <model type="virtio"/> <source bridge="br-int"/> <target dev="tape30b3c05-12"/> <virtualport type="openvswitch"> <parameters interfaceid="e30b3c05-126c-45bd-ac31-e5eb5481a652"/> </virtualport> </interface> <serial type="file"> <source path="/data1/lib/nova/instances/27f49e5c-8ee0-4a09-8269-5fa31acd...
2016 Mar 22
2
Using Openvswitch and qemu:///session
...VS. When I try to start the domain from user session, with the relevant network part of the domain xml edited to use openvswitch, like this --- <interface type='bridge'> <mac address='52:54:00:4a:ef:bb'/> <source bridge='ovs-br'/> <virtualport type='openvswitch'> <parameters interfaceid='33ec3d9d-a92a-468e-aa48-6c31f7882d6f'/> </virtualport> <target dev='veth0-ovs'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus=...
2014 Oct 28
0
Re: problem with libvirt and ovs bridge
[Please keep such technical discussions on list, so others can correct me or might have better ideas.] On Tue, Oct 28, 2014 at 06:08:02PM +0100, Anna Giannakou wrote: > Thank you for the quick reply. I tried to remove the <virtualport > type='openvswitch'/> line from the network xml and now the network is > created. However when i try to launch the vm with virt-install i get > again the error Unable to add bridge snort port vnet0: Operation not > supported which was what led me to upgrade my libvirt versio...
2020 Feb 15
0
Re: Possible to use OVN networking and virtio simultaneously in the same VM?
...em I had in a physical Red Hat Cluster. So i "cloned" the physical nodes to oVirt VMs and the vnic of the intracluster network of this virtual RedHat cluster was put on OVN, while the production vnic was on a normal lan. Both with virtio as the network type and the second with openvswitch virtualport. I just simulate it on a RHV 4.3.7 env and it starts ok the snippet of the dynamic xml definition that RHV creates is this one (note some RHV related parameters not pertinent to your env I think). Note also that on OVN based nics I often put 1442 as the mtu size. <interface type='bridge...
2013 Jul 17
2
Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
...nto? I'm really confused and got no clue here. Thanks! Steps to reproduce -- # virsh start instance-name # virsh dumpxml instance-name ... <interface type='bridge'> <mac address='fa:16:3e:b9:8f:2a'/> <source bridge='br-int'/> <virtualport type='openvswitch'> <parameters interfaceid='0a2b02ca-4824-4bda-baa9-05fff7a3146d'/> </virtualport> <target dev='tap0a2b02ca-48'/> <model type='virtio'/> <bandwidth> <outbound average='25...
2013 Dec 03
0
Problem booting guest with more than 8 disks
...789'/> | <host name='192.168.0.40' port='6789'/> | </source> | <target dev='vdh' bus='virtio' /> | </disk> | <interface type='bridge'> | <source bridge='ovsbr0'/> | <virtualport type='openvswitch'> | </virtualport> | <model type='virtio'/> | </interface> | | <controller type='usb' index='0'> | </controller> | <controller type='ide' index='0'> | </contro...
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...39;5'> <name>cuckoo</name> <uuid>cb4903aa-eaf4-432d-aa57-e9f74f1c8b79</uuid> .... <interface type='bridge'> <mac address='52:54:00:f5:29:72'/> <source network='malware' bridge='malware0'/> <virtualport type='openvswitch'> <parameters interfaceid='23e982f3-f344-48a2-8bed-b584acb95616'/> </virtualport> <target dev='monitor0'/> <model type='virtio'/> <alias name='net2'/> <address type=...