On Fri, Jul 11, 2014 at 09:49:11AM +0530, Jagadish Nadimpalli wrote:
> ovs-vsctl command gets struck some times and doesn't exit (if timeout is
> not mentioned). It exits with timeout when it is run with timeout option.
> We observe following error in any of the above cases.
> 
> 
> 
> 
> *ovs-vswitchd: ovs|05706|reconnect|ERR|tcp:127.0.0.1:6622
> <http://127.0.0.1:6622>: no response to inactivity probeafter 5 seconds,
> disconnectingovs-vsctl: ovs|00002|reconnect|ERR|tcp:127.0.0.1:6622
> <http://127.0.0.1:6622>: no response to inactivity probeafter 5 seconds,
> disconnecting*
> 
> We are using Open vSwitch 2.0.0 version. Is this a known issue?

I don't recall any reports like that.

It is odd to connect to ovs-vswitchd on localhost over TCP.  Why aren't
you using the Unix domain socket (the default)?

> Is it related to the following issue which was already resolved?
> http://openvswitch.org/pipermail/dev/2014-February/036839.html

Perhaps it could be.  You could try a newer version of OVS, or you could
try the --retry option, or you could apply that patch.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to