Re: [ovs-discuss] OVN scalability and HA

2016-07-15 Thread Alexey I. Froloff
On Thu, Jul 14, 2016 at 02:28:39PM -0700, Andy Zhou wrote: > This is what I think may work at a high level, ovn-northd and > ovn-controller should be told about both active and backup > servers and only connect to the active server initially. When > the connections to the active ovsdb server are

Re: [ovs-discuss] OVN scalability and HA

2016-07-15 Thread Alexey I. Froloff
On Thu, Jul 14, 2016 at 12:25:55PM -0500, Ryan Moats wrote: > We've had folks here collaborating with folks at ebay on measuring > those questions - I point you at [1] for the scale test repository. > As far as current numbers and efforts, I point you at the Austin > openstack presentation [2]. Tha

[ovs-discuss] OVN scalability and HA

2016-07-14 Thread Alexey I. Froloff
Greetings, We're about to use OVN in a large production environment :-) Well, not really "production" production, but having fun testing it, looking if we can use it in such way. While functionality is good for us, two question appear - scalability and availability. What are current OVN (as of

Re: [ovs-discuss] Current status of in-kernel openvswitch module (as of 3.18)

2015-04-16 Thread Alexey I. Froloff
On Thu, Apr 16, 2015 at 08:44:30AM -0700, Ben Pfaff wrote: > > I mean, 3.18 kernel is not supported by 2.3.1. Datapath module > > refuses to compile, saying it needs kernel 3.14 or less. > You can either build the module included in 3.18 or build a module from > master. Either should work OK. Gre

Re: [ovs-discuss] Current status of in-kernel openvswitch module (as of 3.18)

2015-04-16 Thread Alexey I. Froloff
On Thu, Apr 16, 2015 at 08:06:19AM -0700, Ben Pfaff wrote: > > On the other hand, latest OVS (2.3.1) doesn't work with 3.18 > > kernel, which we are trying to use. > It should work. Please report a bug. I mean, 3.18 kernel is not supported by 2.3.1. Datapath module refuses to compile, saying it n

[ovs-discuss] Current status of in-kernel openvswitch module (as of 3.18)

2015-04-16 Thread Alexey I. Froloff
Is it safe to use in-kernel openvswitch module? I was always sceptical about it, because OVS's datapath module always was more up to date. On the other hand, latest OVS (2.3.1) doesn't work with 3.18 kernel, which we are trying to use. So, how stable is combination of OVS 2.3.1, kernel 3.18 and

Re: [ovs-discuss] force-reload-kmod breaks IPv6 in a bad way

2015-03-04 Thread Alexey I. Froloff
On Tue, Mar 03, 2015 at 08:10:06AM -0800, Ben Pfaff wrote: > > Thanks for the patch, I applied this to master and branch-2.3. Thank you! > The AUTHORS file currently lists your email address as > ra...@altlinux.org. Do you want me to update it to ra...@raorn.name? Yes, please. -- Regards,--

[ovs-discuss] force-reload-kmod breaks IPv6 in a bad way

2015-03-03 Thread Alexey I. Froloff
Hi, When saving/restoring bridge state during force-reload-kmod dynamic and 'scope link' addresses are not restored. This breaks IPv6 in a very bad way, because restored interface no longer have link-local (fe80::) address. Because of that it is unable to receive RAs and assign global dynamic ad

Re: [ovs-discuss] Q: RDMA tunnel support in openvswitch

2012-10-04 Thread Alexey I. Froloff
On Tue, Oct 02, 2012 at 01:14:36PM -0700, Jesse Gross wrote: > You're welcome to experiment but if you do see results, I'm not sure > that OVS is the place for these changes. After all, adding an IP > header isn't a very expensive operation by itself, so it seems that > any improvements should ben

Re: [ovs-discuss] Q: RDMA tunnel support in openvswitch

2012-10-02 Thread Alexey I. Froloff
On Tue, Oct 02, 2012 at 11:16:31AM -0700, Jesse Gross wrote: > Where specifically do you think that this will improve performance? > I don't know Infiniband well so it's possible that I'm wrong > but I suspect that you will end up with something very similar to the > existing network infrastructure

[ovs-discuss] Q: RDMA tunnel support in openvswitch

2012-10-02 Thread Alexey I. Froloff
Hi, While openvswitch does not support InfiniBand natively, it is still possible to use IB features. One can create GRE tunnels with endpoints on IPoverIB interface. Recently I've come to an idea to use RDMA for tunneling packets between hypervisors. Since all tunnels are point to point, one ca

Re: [ovs-discuss] Open vSwitch in Linux 3.3

2012-03-20 Thread Alexey I. Froloff
On Tue, Mar 20, 2012 at 12:45:56AM -0700, Justin Pettit wrote: > We are pleased to announce that Open vSwitch is now shipping as part of Linux > 3.3: > http://kernelnewbies.org/Linux_3.3 > The upstreamed datapath is compatible with Open vSwitch 1.4.0 and later > releases. This is great! C

Re: [ovs-discuss] Building RPMs on Ubuntu

2011-11-29 Thread Alexey I. Froloff
On Mon, Nov 28, 2011 at 12:42:07PM -0800, Ben Pfaff wrote: > > %define _unpackaged_files_terminate_build 0 > Do you happen to know whether this is commonly done in practice? It > would make maintenance easier, if we could use it, but I want to use > "best practices" for RPM packaging, to the exten

Re: [ovs-discuss] Building RPMs on Ubuntu

2011-11-22 Thread Alexey I. Froloff
On Fri, Nov 18, 2011 at 02:39:35PM -0800, Ansis Atteka wrote: > error: Installed (but unpackaged) file(s) found: You can turn this error into warning by adding %define _unpackaged_files_terminate_build 0 to openvswitch.spec -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/

Re: [ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-11-01 Thread Alexey I. Froloff
On Tue, Nov 01, 2011 at 03:31:05PM +0400, Alexey I. Froloff wrote: > P.S. Your maillist software behaves strange. When I'm in Cc: > field I don't receive message for a list, only one personal > message. I am filtering messages for lists by List-Id: header > and this behav

Re: [ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-11-01 Thread Alexey I. Froloff
On Mon, Oct 31, 2011 at 09:07:32AM -0700, Ben Pfaff wrote: > > Before submitting patch to openvswitch, I'd like to test it more > > throughly. If you're brave enough, you can join. > Did you get any feedback? Nope. Either these scripts work fine or no one tried it ;-) > Do you think that these s

[ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-10-13 Thread Alexey I. Froloff
Hi! It's me again, writing some scripts. I've been using openvswitch on RHEL for a while. I don't like rc.local stuff, so I created ifup/ifdown scripts for initscripts package for configuring interface in RedHat-way. Before submitting patch to openvswitch, I'd like to test it more throughly. I

[ovs-discuss] OVS Python interface

2011-09-02 Thread Alexey I. Froloff
Hi, I can see "ovs" Python module in openvswitch sources, but can't find any documentation. Does it exists? Can I use this module as ovs-vsctl replacement? Are there any examples? Thanks. -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signature.asc Description: Dig

Re: [ovs-discuss] OpenVswitch with Vlans.

2011-05-24 Thread Alexey I. Froloff
On Mon, May 23, 2011 at 08:03:25PM -0700, Ben Pfaff wrote: > > i do exctly the configuration above. > > and vnet (virtual interface of vm in nova (openstack)) is similar to tap. > It ought to work, then. That may depend on NIC driver, but for me OVS-powered VLANs worked only if I unload 8021q.ko ke

Re: [ovs-discuss] vLANS is not working on Gentoo x86_64

2011-04-08 Thread Alexey I. Froloff
On Wed, Apr 06, 2011 at 06:40:30PM +0800, benzwt benzwt wrote: > However, The two KVMs (one on gentoo, the other on ubuntu) couldn't > communicate with each other(using ping), provided that the "tag" was > same. > Moreover, the communication was good after removing the tag. Unload 8021q.ko kernel m

Re: [ovs-discuss] openvswitch rpms for RHEL (5.5 and 6.0)

2011-03-23 Thread Alexey I. Froloff
On Wed, Mar 16, 2011 at 01:49:20PM +0300, Alexey I. Froloff wrote: > It's me again, making RPMs for RHEL systems. New RPMs for master branch. It uses experimental feature to restart daemons and reload kernel modules upon package upgrade. As usual, based on xenserver specs and scripts. b

[ovs-discuss] openvswitch rpms for RHEL (5.5 and 6.0)

2011-03-16 Thread Alexey I. Froloff
Hi, It's me again, making RPMs for RHEL systems. Attached file contains spec, configuration files, initscript and networks scripts. This is a modified version of XEN-based openvswitch packages. We use this package on our KVM hypervisor. Couple of words about network-scripts support. OVS bridg

Re: [ovs-discuss] KVM, OpenVswitch and VLANs in VMs

2011-02-04 Thread Alexey I. Froloff
On Wed, Jan 26, 2011 at 12:47:49PM -0800, Ben Pfaff wrote: > It looks like you are using vconfig to configure a VLAN on eth0 as eth0.2000, > and then adding both eth0 and eth0.2000 to your bridge. I don't think that is > going to work. I think that you will instead have to create your VLAN as a >

[ovs-discuss] Open vSwitch RPMs for RHEL

2010-12-28 Thread Alexey I. Froloff
Hi. This is something, that I would like to share with community. Attached file is a nosource rpm for RHEL (tested on RHEL 5.5 and RHEL 6). Inside you will find SysV initscript, logrotate config, modules autoload script, configuration file and ifup/ifdown scripts for network-scripts subsystem. T

Re: [ovs-discuss] Limit on no of datapath(bridges) in an vswitch

2010-09-28 Thread Alexey I. Froloff
On Tue, Sep 28, 2010 at 03:56:21PM +0530, Vishal Swarankar wrote: > Is there any limit on no of datapath(bridges) in an vswitch ? From ovs-dpctl(8): A single machine may host up to 256 datapaths (numbered 0 to 255). -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signat

Re: [ovs-discuss] Problem with "Isolating VM traffic using VLANs" cookbook recipe

2010-09-23 Thread Alexey I. Froloff
On Thu, Sep 23, 2010 at 12:57:20PM +0400, Alexey I. Froloff wrote: > I also have 8021q loaded due to cxgb3 module: That was the problem. I stopped all iscsi stuff, unloaded modules and immediately got my profit. -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.

Re: [ovs-discuss] Problem with "Isolating VM traffic using VLANs" cookbook recipe

2010-09-23 Thread Alexey I. Froloff
On Wed, Sep 22, 2010 at 12:57:03PM -0700, Ben Pfaff wrote: > What's the driver and version for the physical Ethernet port? > (e.g. "ethtool -i "). Some drivers have buggy VLAN support that > shows up with OVS but not with the Linux bridge. driver: bnx2 Ethernet controller: Broadcom Corporation N

[ovs-discuss] Problem with "Isolating VM traffic using VLANs" cookbook recipe

2010-09-22 Thread Alexey I. Froloff
I am trying to test recipe described in http://openvswitch.org/?page_id=146 My hardware is IBM BladeCenter with two blades and internal network switch. RHEL 5.5 with openvswitch 1.0.1. eth1 is a physical network interface, connected to network switch. For each port there's list of allowed vlans

[ovs-discuss] FTBFS on RHEL 5.5 with 2.6.18-212.el5.gtest.89 kernel

2010-09-08 Thread Alexey I. Froloff
I am unable to build yesterday's master with 2.6.18-212.el5.gtest.89 kernel (taken from http://people.redhat.com/agospoda/rhel5/). /usr/src/redhat/BUILD/openvswitch-1.1.0pre1/datapath-/linux-2.6/genetlink-brcompat.c:1: /usr/src/redhat/BUILD/openvswitch-1.1.0pre1/datapath-/linux-2.6/compat-2.6/incl

[ovs-discuss] [PATCH] datapath: Fix build with backported netdev_alloc_skb_ip_align()

2010-08-02 Thread Alexey I. Froloff
Signed-off-by: Alexey I. Froloff --- acinclude.m4 |2 ++ .../linux-2.6/compat-2.6/include/linux/skbuff.h|4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 80794da..a0abdb5 100644 --- a

[ovs-discuss] FTBFS on RHEL 6 beta

2010-08-02 Thread Alexey I. Froloff
Failed to build today's master on RHEL 6 beta (2.6.32-44.1.el6) because of backported netdev_alloc_skb_ip_align(). Patch follows. -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signature.asc Description: Digital signature ___

Re: [ovs-discuss] Init scripts for ovs daemons?

2010-05-19 Thread Alexey I. Froloff
On Wed, May 19, 2010 at 10:35:53AM +0100, Matthew Law wrote: > Are there any existing init scripts for the daemons that ovs runs? I'm using slightly-hacked initscript from xenserver/ subdir. My nosrc.rpm attached (not yet switched to 1.0.0). -- Regards,-- Sir Raorn. --- http://thousandsofh

[ovs-discuss] FTBFS on RHEL 5.5 with 2.6.18-194.el5 kernel

2010-05-06 Thread Alexey I. Froloff
Can't build master on RHEL 5.5 with 2.6.18-194.el5. make[2]: Entering directory `/usr/src/kernels/2.6.18-194.el5-x86_64' CC [M] /home/raorn/src/RPM/BUILD/openvswitch-0.99.2/datapath/linux-2.6/genetlink-brcompat.o In file included from /home/raorn/src/RPM/BUILD/openvswitch-0.99.2/datapath/linu

Re: [ovs-discuss] Q: network(s) isolation

2010-04-13 Thread Alexey I. Froloff
On Fri, Apr 09, 2010 at 01:08:12AM -0700, Justin Pettit wrote: > > Am I right? > That all looks correct to me! It doesn't seem to work. This is my current configuration, made with vconfig(8) and brctl(8) (with vswitchd and brcompatd running): # brctl show bridge name bridge id S

Re: [ovs-discuss] Q: network(s) isolation

2010-04-08 Thread Alexey I. Froloff
On Thu, Apr 08, 2010 at 01:00:41AM -0700, Justin Pettit wrote: > Hi, Alexey. I'm a bit confused about what you're doing exactly. I am a bit confused too, to be honest, but I think I am slowly beginning to understand how Open vSwitch works. > Would you be able to send me the vconfig and brctl comm

Re: [ovs-discuss] Q: network(s) isolation

2010-04-07 Thread Alexey I. Froloff
On Fri, Apr 02, 2010 at 02:47:59PM -0700, Dan Wendlandt wrote: > > Open vSwitch can provide 4095 VLANs, while our router/switch > > hardware can only allow maximum of 1005 VLANs to be configured. > > First of all I was expecting to find any configuration > > examples/guides on Open vSwitch configur

[ovs-discuss] Q: network(s) isolation

2010-03-31 Thread Alexey I. Froloff
Hi. I have several hardware nodes running bunch of VMs (libvirt+KVM) and one machine acting as a router. I want create several (thousands) isolated networks, like: HN1 is running VM101, VM103, VM202 HN2 is running VM102, VM201, VM301 HN3 is running VM302, VM303, VM203 VM1xx, VM2xx and VM3xx sho