Re: [openstack-dev] [Openstack-dev][Neutron] Handling of ovs command errors

2013-11-25 Thread Irena Berezovsky
Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Openstack-dev][Neutron] Handling of ovs command errors On Nov 25, 2013, at 12:36 PM, Salvatore Orlando wrote: > > Thanks Kyle, > > More comments inline. > > Salvatore > > > On 25 November 2013 16

Re: [openstack-dev] [Openstack-dev][Neutron] Handling of ovs command errors

2013-11-25 Thread Kyle Mestery (kmestery)
On Nov 25, 2013, at 12:36 PM, Salvatore Orlando wrote: > > Thanks Kyle, > > More comments inline. > > Salvatore > > > On 25 November 2013 16:03, Kyle Mestery (kmestery) wrote: > On Nov 25, 2013, at 8:28 AM, Salvatore Orlando wrote: > > > > Hi, > > > > I've been recently debugging some issue

Re: [openstack-dev] [Openstack-dev][Neutron] Handling of ovs command errors

2013-11-25 Thread Salvatore Orlando
Thanks Kyle, More comments inline. Salvatore On 25 November 2013 16:03, Kyle Mestery (kmestery) wrote: > On Nov 25, 2013, at 8:28 AM, Salvatore Orlando > wrote: > > > > Hi, > > > > I've been recently debugging some issues I've had with the OVS agent, > and I found out that in many cases (pos

Re: [openstack-dev] [Openstack-dev][Neutron] Handling of ovs command errors

2013-11-25 Thread Kyle Mestery (kmestery)
On Nov 25, 2013, at 8:28 AM, Salvatore Orlando wrote: > > Hi, > > I've been recently debugging some issues I've had with the OVS agent, and I > found out that in many cases (possibly every case) the code just logs errors > from ovs-vsctl and ovs-ofctl without taking any action in the control

[openstack-dev] [Openstack-dev][Neutron] Handling of ovs command errors

2013-11-25 Thread Salvatore Orlando
Hi, I've been recently debugging some issues I've had with the OVS agent, and I found out that in many cases (possibly every case) the code just logs errors from ovs-vsctl and ovs-ofctl without taking any action in the control flow. For instance, the routine which should do the wiring for a port