On Wed, Jan 16, 2019 at 01:45:10PM -0800, Han Zhou wrote:
> From: Han Zhou <[email protected]>
> 
> When ovn clustered mode is specified, the environment veriables
> OVN_NB_DB/OVN_SB_DB are wrong. It should be something like
> unix:nb1,unix:nb2,unix:nb3 but it turns out to be unix:nb1,unix:nb1,unix:nb2.
> So when nb3 becomes leader, the connection will always fail.
> 
> It is caused by using an undefined variable $n resulting in the
> unexpected result of `seq 2 $n`. This patch fixed it by using the
> correct variable $servers.
> 
> Signed-off-by: Han Zhou <[email protected]>

Thanks, applied to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to