Re: [ovs-discuss] duplicate option: of_interface

2015-08-27 Thread Gabe Black
: duplicate option: of_interface > > > > > > Sorry, that was premature. Apparently hugetable memory gets > > > fragmented or leaks or something as the ovs-dpdk failed to start. > > Rebooting fixed that. > > > > > > I still get many errors in the q-agt log fil

Re: [ovs-discuss] duplicate option: of_interface

2015-08-27 Thread Mooney, Sean K
gt; fragmented or leaks or something as the ovs-dpdk failed to start. > > Rebooting fixed that. > > > > > > I still get many errors in the q-agt log file similar to this: > > > ERROR neutron.agent.linux.utils [-] > > > Command: ['ovs-ofctl', 'add-

Re: [ovs-discuss] duplicate option: of_interface

2015-08-26 Thread Gabe Black
rt. > > Rebooting fixed that. > > > > > > I still get many errors in the q-agt log file similar to this: > > > ERROR neutron.agent.linux.utils [-] > > > Command: ['ovs-ofctl', 'add-flows', 'br-int', '-'] Exit code: 1 &

Re: [ovs-discuss] duplicate option: of_interface

2015-08-26 Thread Mooney, Sean K
27;ovs-ofctl', 'add-flows', 'br-int', '-'] Exit code: 1 > > Stdin: > > hard_timeout=0,idle_timeout=0,priority=0,table=0,cookie=0x0,actions= > > no > > r > > mal > > Stdout: > > Stderr: ovs-ofctl: br-int is not a bridge or a so

Re: [ovs-discuss] duplicate option: of_interface

2015-08-26 Thread Gabe Black
l > > Stdout: > > Stderr: ovs-ofctl: br-int is not a bridge or a socket > > > > and > > > > ERROR neutron.agent.common.ovs_lib [req-ab1e1f65-d14c-4209-ac20- > > d29e450eda38 None None] Unable to execute ['ovs-ofctl', 'dump-flows', &g

Re: [ovs-discuss] duplicate option: of_interface

2015-08-26 Thread Gabe Black
n.agent.common.ovs_lib [req-ab1e1f65-d14c-4209-ac20- > d29e450eda38 None None] Unable to execute ['ovs-ofctl', 'dump-flows', 'br- > int', 'table=23']. Exception: > Command: ['ovs-ofctl', 'dump-flows', 'br-int', 'table=

[ovs-discuss] duplicate option: of_interface

2015-08-26 Thread Gabe Black
I have followed the getting started guide (http://git.openstack.org/cgit/stackforge/networking-ovs-dpdk/tree/doc/source/getstarted.rst) on both fedora 21 and Ubuntu 15.04 to get a single-node set up with dpdk ovs. My local.conf file is identical to the one provided as the single node template:

Re: [ovs-discuss] duplicate option: of_interface

2015-08-26 Thread Mooney, Sean K
ot a bridge or a socket But at least q-agt isn't dying. I remember why I hate fedora though.. Even though horizon says it is running and we turned the firewall to permissive, I can never access the website. Seems like something else is protecting or acting as a firewall. > -Original Mes

Re: [ovs-discuss] duplicate option: of_interface

2015-08-25 Thread Gabe Black
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Gabe > Black > Sent: Tuesday, August 25, 2015 2:06 PM > To: Mooney, Sean K; b...@openvswitch.org > Subject: Re: [ovs-discuss] duplicate option: of_interface > > Thanks for the reply and hints on changes... Armed

Re: [ovs-discuss] duplicate option: of_interface

2015-08-25 Thread Gabe Black
Thanks for the reply and hints on changes... Armed with that I undid the changes from git commit 053bfc5a (neutron) and that allowed the q-agt process to at least not die there with that callstack. The commit message seemed to indicate it was for better restarting/cleanup; so I hope it is rela

Re: [ovs-discuss] duplicate option: of_interface

2015-08-25 Thread Mooney, Sean K
Hi Gabe We have started to see that message in our ci since this weekend. We are currently investigating it but I belive a change has merged to neuton that we need to back port to Our agent. A lot of code has merged in the last 2 weeks as the code freeze for the liberty release is moday. The st