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
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
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,