On Mon, Mar 18, 2013 at 10:48:49AM -0700, Gurucharan Shetty wrote: > Previously, ovs-vsctl would wait for ever if ovsdb-server > was not running. In such a situation, it made sense to use > a "--timeout" value to prevent a stuck startup script. But now, > ovs-vsctl by default returns an error if ovsdb-server is > not running. So, we no longer need the timeout option. > > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
After looking these changes over, I see that all of them remove timeouts from ovs-vsctl commands that modify the database That means that, if we remove the timeouts now, there is a risk that if ovsdb-server is running but ovs-vswitchd is not, then the command will still hang "forever". I think that we can solve that problem too but until we do, I don't think it's wise to remove the timeouts here. Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev