Re: [ovs-dev] [PATCH v11 1/1] Separating OVN NB and SB database processes

2016-03-24 Thread Guru Shetty
On 24 March 2016 at 14:16, Russell Bryant wrote: > > > On Thu, Mar 24, 2016 at 4:56 PM, Guru Shetty wrote: > >> I saw the following 3 issues when I did a git pull today. It is possible >> that I am not doing something the "new" way. >> > > Sorry for the trouble. > > >> 1. >> root@ovn1:~/git/rout

Re: [ovs-dev] [PATCH v11 1/1] Separating OVN NB and SB database processes

2016-03-24 Thread Russell Bryant
On Thu, Mar 24, 2016 at 4:56 PM, Guru Shetty wrote: > I saw the following 3 issues when I did a git pull today. It is possible > that I am not doing something the "new" way. > Sorry for the trouble. > 1. > root@ovn1:~/git/routes# /usr/share/openvswitch/scripts/ovn-ctl > restart_northd > * Exi

Re: [ovs-dev] [PATCH v11 1/1] Separating OVN NB and SB database processes

2016-03-24 Thread Guru Shetty
I saw the following 3 issues when I did a git pull today. It is possible that I am not doing something the "new" way. 1. root@ovn1:~/git/routes# /usr/share/openvswitch/scripts/ovn-ctl restart_northd * Exiting ovn-northd (30705) 2016-03-24T10:56:44Z|1|unixctl|WARN|failed to connect to /var/run

Re: [ovs-dev] [PATCH v11 1/1] Separating OVN NB and SB database processes

2016-03-23 Thread Russell Bryant
On Wed, Mar 23, 2016 at 5:05 PM, Ben Pfaff wrote: > On Mon, Mar 21, 2016 at 03:40:01PM -0500, Ryan Moats wrote: > > From: RYAN D. MOATS > > > > OVN NB & SB DB's should be run in separate ovsdb-server processes > > and should run with ovn-ctl start_northd / stop_northd. This patch > > includes c

Re: [ovs-dev] [PATCH v11 1/1] Separating OVN NB and SB database processes

2016-03-23 Thread Ben Pfaff
On Mon, Mar 21, 2016 at 03:40:01PM -0500, Ryan Moats wrote: > From: RYAN D. MOATS > > OVN NB & SB DB's should be run in separate ovsdb-server processes > and should run with ovn-ctl start_northd / stop_northd. This patch > includes changes to unit tests, tutorial and debian scripts to remain > s