On Mon, May 26, 2014 at 02:57:40AM -0700, Arun Sharma wrote:
> If ovs-vswitchd or ovsdb-server is trying to connect to a controller
> over SSL that isn't up yet, and the connection is set to bootstrap
> the CA cert, the following annoying thing happens: - The connection
> will go into backoff mode, where it is only trying to connect once
> every 8 seconds. - Once it connects and downloads the CA cert,
> it immediately disconnects. - Because it's still in backoff mode,
> it waits another 8 seconds to re-establish the connection
> using the new CA cert.
> 
> This fix helps to immediately re-connect without having to wait
> for a backoff period.
> 
> Bug #1180819
> 
> Signed-off-by: Arun Sharma <arun.sha...@calsoftinc.com>

I don't think checking for a pair of subsequent error codes is a good
way to do this.  Can you come up with another way?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to