[ovs-discuss] [ovirt-users] Open_vSwitch no key error after upgrading to 4.2.8

Dominik Holler dholler at redhat.com
Tue Jan 29 15:32:18 UTC 2019


On Tue, 29 Jan 2019 11:16:16 -0400
Jayme <jaymef at gmail.com> wrote:

> This command on ovirt host gives me:
> 
> # ovs-vsctl --verbose=db_ctl_base:syslog:off
> ovs-vsctl: missing command name (use --help for help)
> 

Jayme, sorry for explaining incompletely.
The logging of ovs-vsctl cannot be configured by ovs-vswitchd,
only by the command line parameter --verbose of ovs-vsctl.
This basically means that the caller of ovs-vsctl has to be modified.
If the caller is oVirt/VDSM, oVirt/VDSM has to be updated.
In this particular case, this is tracked by
https://bugzilla.redhat.com/1670370


> On Mon, Jan 28, 2019 at 3:35 PM Dominik Holler <dholler at redhat.com>
> wrote:
> 
> > On Mon, 28 Jan 2019 10:46:37 -0800
> > Ben Pfaff <blp at ovn.org> wrote:
> >
> > > On Mon, Jan 28, 2019 at 05:37:36PM +0100, Dominik Holler wrote:
> > > > Is there a way to disable the error message
> > > >
> > > > ovs|00001|db_ctl_base|ERR|no key "xxx" in Open_vSwitch record
> > > > "." column external_ids
> > > >
> > > > in syslog?
> > > > ovs-appctl vlog/set seems not to know about db_ctl_base.
> > >
> > > This message doesn't come from ovs-vswitchd, so "ovs-appctl
> > > vlog/set" won't help.  Use the -v command line option to whatever
> > > utility you're running.
> >
> > Thanks, for me
> > ovs-vsctl --verbose=db_ctl_base:syslog:off
> > did the trick.
> >



More information about the discuss mailing list