similar to: OVS / KVM / libvirt / MTU

Displaying 20 results from an estimated 200 matches similar to: "OVS / KVM / libvirt / MTU"

2019 Aug 08
1
Re: OVS / KVM / libvirt / MTU
On Thu, 8 Aug 2019 at 10:08, Sven Vogel <S.Vogel@ewerk.com> wrote: > The question for me is why they use the smallest? > Because otherwise some frames won't get through because the interface can't receive them, and the job of network equipment is to enable and maintain communication :-). > > Cheers > > Sven > - Peter [...] > > Am 31.07.2019 um 15:50
2019 Jul 29
2
Re: OVS / KVM / libvirt / MTU
Hi Michal, Thanks for your answer. I don’t understand why an interface created without mtu gets only 1500 visible in the virtual machine but if I create an interface with mtu higher than 1500 e.g. 2000 the bridge will change too. Before the bridge was e.g. by 9000. I ask because you wrote if I don’t set an mtu of the interface I will get the mtu of the bridge. But it seems so. Can you clarify
2019 Aug 08
0
Re: OVS / KVM / libvirt / MTU
Hi Alvin, Thanks for the help. :) This sounds good. My head also wrap about this problem. The question for me is why they use the smallest? Cheers Sven __ Sven Vogel Teamlead Platform EWERK DIGITAL GmbH Br?hl 24, D-04109 Leipzig P +49 341 42649 - 11 F +49 341 42649 - 18 S.Vogel@ewerk.com www.ewerk.com Gesch?ftsf?hrer: Dr. Erik Wende, Hendrik Schubert, Frank Richter Registergericht:
2019 Jul 31
2
Re: OVS / KVM / libvirt / MTU
In general if no MTU is set on interface creation the default value is 1500. On OVS the bridge MTU is automatically set to the smallest port MTU. So you just have to set the MTU of each port of the bridge. Take a look at: https://bugzilla.redhat.com/show_bug.cgi?id=1160897 It is a bit of a pain to read but seems to confirm the statement about the OVS MTU value being set by the MTU of the
2019 Jul 29
0
Re: OVS / KVM / libvirt / MTU
On 7/23/19 8:00 PM, Sven Vogel wrote: > 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
2013 Sep 19
2
Support for GlusterFS
Hi, Is there an option to procure support for glusterfs deployment. ? As we moving into core production scenarios with glusterfs in mind, it would be slightly relieving to have this confirmation !! Thanks & Regards, Bobby Jacob P SAVE TREES. Please don't print this e-mail unless you really need to. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Nov 04
2
Vorbis license in non-English languages?
Hi; I emailed monty@xiph.org about this before I noticed the mailing list existed; I suppose it can't ask to hurt here too. We're about to release a product which has support for multiple languages; as a result, the license text and documentation has been translated into each of these languages. As the product includes Ogg Vorbis playback using libvorbis, we've obviously got to
2010 Feb 22
0
[LLVMdev] LLVM demo Internal Server Error
Hello server administrator, Continued attempts to use the llvm demo end with Internal Server Error since Saturday. Mit freundlichen Grüßen aus Bremen Laurence R. Earp [cid:420252410 at 22022010-2236] <http://www.bvi.de/> + Erleben Sie Grand Central sowie tradesignal live an unserem Stand 14 + [cid:420252410 at 22022010-223D] Intalus GmbH Wilhelm-Herbst-Str. 7 D-28359 Bremen
2013 Jul 17
0
Re: [ovs-discuss] Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
On Thu, Jul 18, 2013 at 12:15 AM, Ben Pfaff <blp@nicira.com> wrote: > On Wed, Jul 17, 2013 at 6:06 AM, Qiu Yu <unicell@gmail.com> wrote: >> After some digging in openvswitch code. My wild guess is that vlan tag >> reconfiguring triggered iface_configure_qos (vswitchd/bridge.c), which >> in turn called netdev_set_policing to reset ingress policing rate. >>
2014 Mar 06
0
Re: [ovs-discuss] create ovs port without root
The error that you're showing doesn't appear to be related to permissions; the "ovs-vsctl del-port" command requires that you specify the port that you want to delete. --Justin On Mar 6, 2014, at 2:05 AM, Vasiliy Tolstov <v.tolstov@selfip.ru> wrote: > Hello! How can i operate with openvswitch without root rights? > For example - i can add my user to kvm group and
2020 Mar 30
0
Re: Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
On 30. 3. 2020 11:10, Thomas Pircher wrote: > Hi, > > my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and > now I'm having problems starting VMs that make use of openvswitch > portgroups. I don't see any changes between 5.6.0 and now done to openvswitch in libvirt (apart from harmless code reworks towards glib). > > When I start a VM, I get this
2020 Mar 31
1
Re: Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Michal Prívozník wrote: > Can you please turn on debug logs and share them? > > https://wiki.libvirt.org/page/DebugLogs Thanks for replying, I have downgraded libvirt back to version 5.6.0 (and VMs were again able to start), but I will try to reproduce the problem on another machine in the next few days and post the logs here. Thanks, Thomas
2020 Mar 30
2
Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Hi, my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and now I'm having problems starting VMs that make use of openvswitch portgroups. When I start a VM, I get this error message on virsh: > virsh # start testvm > error: Failed to start domain testvm > error: An error occurred, but the cause is unknown The system log contains: > Mar 30 09:45:39 tplinux
2013 Jul 17
3
Re: [ovs-discuss] Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
On Wed, Jul 17, 2013 at 6:06 AM, Qiu Yu <unicell@gmail.com> wrote: > After some digging in openvswitch code. My wild guess is that vlan tag > reconfiguring triggered iface_configure_qos (vswitchd/bridge.c), which > in turn called netdev_set_policing to reset ingress policing rate. > Although there's no ingress_policing_rate set in my case, existing > ingress qdisc still
2012 Nov 03
1
error: Unable to add port vnet1 to OVS bridge ovsbr: Operation not permitted
Hi, > > I am using libvirt version 0.9.13 with Ubuntu 12.10 > > When I try to start a VM with an openvswitch bridge interface I get the > error: > > error: Failed to start domain kvm113-2 > error: Unable to add port vnet1 to OVS bridge ovsbr: Operation not > permitted > > > Here is my bridge configuration: > <interface type='bridge'> >
2012 Mar 05
0
OpenFlow/OVS related question
Hi, I''m using XCP1.5beta, I´m trying to control the fake bridge created by "xe vlan-create" using NOX controller, is it possible? I tried ovs-vsctl set-controller <fake-bridge> but it claims the bridge is fake. I use NOX to control the parent bridge with set-fail-mode secure, so when I shoutdown the controller no more ping is possible,However it is possible to ping
2013 Jun 28
0
Migrating OVS to new OVM-howto
Hell Friends,  came across a nice article and wanted to share. This one is for migrating OVS to a new OVM manager.  Doesnt come in the Oracle documentation so well, so here it is... http://sysengineers.wordpress.com/2010/07/21/migrating-a-running-ovs-to-a-new-ovm-howto/  Know this is Xen group, but Oracle VM is also xen based..  :-) Cheers...Deven.
2014 Dec 17
0
[PATCH 03/10] ovs: Enable handling of UFO6 packets.
Since UFO6 packets can now be identified by SKB_GSO_UDP6, add proper checks to handel UFO6 flows. Legacy applications may still have UFO6 packets identified by SKB_GSO_UDP, so we need to continue to handle them correclty. Signed-off-by: Vladislav Yasevich <vyasevic at redhat.com> --- net/openvswitch/datapath.c | 3 ++- net/openvswitch/flow.c | 2 +- 2 files changed, 3 insertions(+), 2
2014 Mar 07
0
Re: create ovs port without root
On Thu, Mar 06, 2014 at 02:05:15PM +0400, Vasiliy Tolstov wrote: > Hello! How can i operate with openvswitch without root rights? > For example - i can add my user to kvm group and create vm from > libvirt with my own user, but now i'm failed with creating port. > > errors in logs: > Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]: > ovs|00001|vsctl|INFO|Called as ovs-vsctl
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