Re: [ovs-dev] [PATCH] ovn: Fix some split db issues in ovn-ctl.

2016-03-24 Thread Russell Bryant
On Thu, Mar 24, 2016 at 6:07 PM, Guru Shetty wrote: > > > On 24 March 2016 at 14:49, Russell Bryant wrote: > >> The default location for databases should be $dbdir, not $rundir. >> >> The default location for log files comes from $logdir, not $OVS_LOGDIR. >> >> Fix ovs-appctl commands. The code

Re: [ovs-dev] [PATCH] ovn: Fix some split db issues in ovn-ctl.

2016-03-24 Thread Guru Shetty
On 24 March 2016 at 14:49, Russell Bryant wrote: > The default location for databases should be $dbdir, not $rundir. > > The default location for log files comes from $logdir, not $OVS_LOGDIR. > > Fix ovs-appctl commands. The code assumed that passing > --unixctl=ovnnb_db was sufficient to allow

[ovs-dev] [PATCH] ovn: Fix some split db issues in ovn-ctl.

2016-03-24 Thread Russell Bryant
The default location for databases should be $dbdir, not $rundir. The default location for log files comes from $logdir, not $OVS_LOGDIR. Fix ovs-appctl commands. The code assumed that passing --unixctl=ovnnb_db was sufficient to allow an argument of "-t ovnnb_db" to ovs-appctl. Unfortunately,