Re: [ovs-discuss] Instrumenting OVN

2016-05-19 Thread Ben Pfaff
On Thu, May 19, 2016 at 05:51:19PM -0500, Ryan Moats wrote: > > As I mentioned at today's IRC meeting - we have a need to include measuring > the performance of the OVN control channel under scale as part of our CI/CD > test suite, which is driving us to examine the feasibility of some sort of >

Re: [ovs-discuss] Issue with vlan tag being changed after reboot of KVM hypervisor

2016-05-19 Thread nickcooper-zhangtonghao
Hi Pippin, In general case, you can run an agent on the compute node. The agent can handle transactions sent by the controller node, when VMs destroyed/stopped/started. Then, the agent will set/unset the tag of VMs according to information which be sent by the controller. The VLAN of the

Re: [ovs-discuss] Collecting NetFlow data

2016-05-19 Thread Ben Pfaff
Please don't drop the mailing list. On Thu, May 19, 2016 at 09:02:41PM +0200, Syed Faraz Ali wrote: > The packets are being collected on the sFlow port 6343 at the same time, > but giving unreachable error for NetFlow. This looks pretty awkward! > Do you have some suggestions to further look into

Re: [ovs-discuss] Question about "--monitor" option

2016-05-19 Thread Ben Pfaff
On Thu, May 19, 2016 at 03:34:27PM -0700, Ashwin Paranjpe wrote: > ovs-vswitchd and ovsdb-server both support the --monitor option. According > to the man page, --monitor creates an additional monitoring-process to > monitor the daemon. > > How do we monitor the health of the monitoring-process

Re: [ovs-discuss] Issue with vlan tag being changed after reboot of KVM hypervisor.

2016-05-19 Thread Scott Lowe
Pippin, are you launching these VMs via libvirt? If so, most recent versions of libvirt have the ability to set the VLAN tag on the TAP interface that is created when you launch a VM. See here for more information: > On

Re: [ovs-discuss] Instrumenting OVN

2016-05-19 Thread Han Zhou
Hi Ryan, On Thu, May 19, 2016 at 3:51 PM, Ryan Moats wrote: > > As I mentioned at today's IRC meeting - we have a need to include measuring > the performance of the OVN control channel under scale as part of our CI/CD > test suite, which is driving us to examine the

Re: [ovs-discuss] Issue with vlan tag being changed after reboot of KVM hypervisor.

2016-05-19 Thread Pippin Wallace
That is an option, but if there is a way we can get these tags to persist it would be the best.   Regards – Pippin   From: Joel Wirāmu Pauling [mailto:aener...@aenertia.net] Sent: Thursday, May 19, 2016 1:28 PM To: Pippin Wallace Cc: nickcooper-zhangtonghao; discuss@openvswitch.org Subject:

[ovs-discuss] Instrumenting OVN

2016-05-19 Thread Ryan Moats
As I mentioned at today's IRC meeting - we have a need to include measuring the performance of the OVN control channel under scale as part of our CI/CD test suite, which is driving us to examine the feasibility of some sort of lightweight instrumentation of ovsdb-server, ovn-controller, and

[ovs-discuss] Question about "--monitor" option

2016-05-19 Thread Ashwin Paranjpe
ovs-vswitchd and ovsdb-server both support the --monitor option. According to the man page, --monitor creates an additional monitoring-process to monitor the daemon. How do we monitor the health of the monitoring-process itself? What if it crashes? Since there is no PID file configuration for

Re: [ovs-discuss] Collecting NetFlow data

2016-05-19 Thread Syed Faraz Ali
I setup two fresh VMs assuming that something might be blocking, but still I'm getting the same logs. I'm also not getting any output on tcpdump for NetFlow port 2055. I've tried with changing the port as well. Please suggest how to proceed? 2016-05-19T19:51:13.874Z|00263|sflow|INFO|creating

Re: [ovs-discuss] Issue with vlan tag being changed after reboot of KVM hypervisor.

2016-05-19 Thread Joel Wirāmu Pauling
Why not set the tag inside the guest? On May 19, 2016 9:15 AM, "Pippin Wallace" wrote: > Nǐ hǎo and thank you for the great explanation. > > We are using the very old 1.9.3 version but if it just a matter of how we > are setting the tag or if we are missing a save step

Re: [ovs-discuss] Collecting NetFlow data

2016-05-19 Thread Syed Faraz Ali
Hello Ben, Thanks for the prompt responses! The packets are being collected on the sFlow port 6343 at the same time, but giving unreachable error for NetFlow. This looks pretty awkward! Do you have some suggestions to further look into this matter? To tell you more about the setup, I'm using

Re: [ovs-discuss] Collecting NetFlow data

2016-05-19 Thread Ben Pfaff
On Thu, May 19, 2016 at 06:17:45PM +0200, Syed Faraz Ali wrote: > Hello Ben, > > Thanks for the prompt response. > > Please have the output from the logs. Below are the logs related to > collector, I'm not sure if its related to NetFlow collector or used in some > other context. Kindly suggest

Re: [ovs-discuss] Collecting NetFlow data

2016-05-19 Thread Syed Faraz Ali
Hello Ben, Thanks for the prompt response. Please have the output from the logs. Below are the logs related to collector, I'm not sure if its related to NetFlow collector or used in some other context. Kindly suggest further. *cat /var/log/openvswitch/ovs-vswitchd.log | grep collector*

Re: [ovs-discuss] Collecting NetFlow data

2016-05-19 Thread Ben Pfaff
On Thu, May 19, 2016 at 05:08:40PM +0200, Syed Faraz Ali wrote: > I've configured NetFlow on the openvswitch, but I'm not getting any output > on the collector machine. I've checked using tcpdump and Wireshark on the > collector machine but couldn't observe any NetFlow related traffic. > >

Re: [ovs-discuss] STP on Ryu controller using Open vSwitch 2.4

2016-05-19 Thread Ben Pfaff
On Mon, May 16, 2016 at 11:34:20AM +0200, Alessio Giorgetti wrote: > Dear Ben, > > thank you a lot for your suggestions... I just set the forward-bpdu="true" > in the bridge using the command: > > > ovs-vsctl set bridge br0 other-config:forward-bpdu=true > > and this is now correctly

[ovs-discuss] Manipulating table

2016-05-19 Thread Dio Vinra
Hi, can anybody tell me how to manipulate port table in database ovs? I want to create a new column in port table. Thank you. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss