Re: [ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Kyle Mestery
On Tue, Feb 9, 2016 at 3:21 PM, Michael wrote: > The main point here as I currently get it is: > "the usage we are doing in OVN of ovsdb is completely different from the > usage done in ovs” > > I put this on quotes because it is not a reason not to follow the standard > but I just think that pu

Re: [ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Michael
The main point here as I currently get it is: "the usage we are doing in OVN of ovsdb is completely different from the usage done in ovs” I put this on quotes because it is not a reason not to follow the standard but I just think that putting code in the start_daemon to accept this case will ad

Re: [ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Russell Bryant
On 02/09/2016 01:21 PM, Kyle Mestery wrote: > On Tue, Feb 9, 2016 at 12:18 PM, Russell Bryant wrote: >> On 02/09/2016 01:12 PM, Kyle Mestery wrote: >>> On Tue, Feb 9, 2016 at 5:24 AM, Michael >>> wrote: Options for running ovsdb separately is done and also described in the help file.

Re: [ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Kyle Mestery
On Tue, Feb 9, 2016 at 12:18 PM, Russell Bryant wrote: > On 02/09/2016 01:12 PM, Kyle Mestery wrote: >> On Tue, Feb 9, 2016 at 5:24 AM, Michael >> wrote: >>> Options for running ovsdb separately is done and also described in the help >>> file. >>> >>> NEWS file is updated. >>> >>> I just have t

Re: [ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Russell Bryant
On 02/09/2016 01:12 PM, Kyle Mestery wrote: > On Tue, Feb 9, 2016 at 5:24 AM, Michael wrote: >> Options for running ovsdb separately is done and also described in the help >> file. >> >> NEWS file is updated. >> >> I just have to rise a few points: >> >> - the way thing are running with start/sto

Re: [ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Kyle Mestery
On Tue, Feb 9, 2016 at 5:24 AM, Michael wrote: > Options for running ovsdb separately is done and also described in the help > file. > > NEWS file is updated. > > I just have to rise a few points: > > - the way thing are running with start/stop daemon from ova-lib require > the daemon to have a p

[ovs-dev] [PATCH V2] Separating ovn nb&sb databases

2016-02-09 Thread Michael
Options for running ovsdb separately is done and also described in the help file. NEWS file is updated. I just have to rise a few points: - the way thing are running with start/stop daemon from ova-lib require the daemon to have a pidfile named daemon.pid and this is impossible to use in our ca