Re: [ovs-dev] Clustered DB commits causes sandbox errors

2018-03-28 Thread Mark Michelson
Thanks for figuring this out! I tested with this patch and all works as expected in the sandbox. On 03/27/2018 05:34 PM, aginwala wrote: Hi Mark: The thing is clustering db uses new sockets nb1.ovsdb and sb1.ovsdb. However, northd was still trying to use old ovnsb_db.sock and ovnnb_db.sock

Re: [ovs-dev] Clustered DB commits causes sandbox errors

2018-03-27 Thread aginwala
Hi Mark: The thing is clustering db uses new sockets nb1.ovsdb and sb1.ovsdb. However, northd was still trying to use old ovnsb_db.sock and ovnnb_db.sock . I was able to fix the issue as per below patch diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index babc032..c3e9f12 100755 --- a

Re: [ovs-dev] Clustered DB commits causes sandbox errors

2018-03-27 Thread aginwala
Hi Mark: I did reset to HEAD~6 and the sandbox still crashes . So took commit: cb8cbbbe97b56401c399fa261b9670eb1698bf14 that Han recently used to rebase his patches and it works fine. So the diff is somewhere from this commit to the master. Also, I noticed one thing that if we are using ssl by

[ovs-dev] Clustered DB commits causes sandbox errors

2018-03-26 Thread Mark Michelson
Hi, I'm currently on the master branch of OVS, commit "1b1d2e6da ovsdb: Introduce experimental support for clustered databases." I started the OVS sandbox using `make sandbox SANDBOXFLAGS="--ovn"` . I tried to run some tests to add some logical switch ports to OVN. Running `ovn-nbctl --wait=h