[ovs-dev] [PATCH 2/3 v2] ovsdb-server: Make database name mandatory when specifying db paths.

Ben Pfaff blp at nicira.com
Tue Jun 25 21:41:54 UTC 2013


On Tue, Jun 25, 2013 at 02:38:29PM -0700, Gurucharan Shetty wrote:
> On Tue, Jun 25, 2013 at 2:18 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > On Tue, Jun 25, 2013 at 01:02:31AM -0700, Gurucharan Shetty wrote:
> > > Currently, if we have just one database, we can optionally skip the
> > > database name when providing the DB path for certain options (ex:
> > > --remote=db:[db,]table,column). But in case we have multiple databases,
> > > it is mandatory.
> > >
> > > With this commit, we make the database name mandatory. This provides
> > > increased flexibility for an upcoming commit that provides the ability
> > > to add and remove databases during run time.
> > >
> > > Feature #14595.
> > > Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
> >
> > Please mention this change in NEWS also.
> >
> Does this look fine?
> 
> diff --git a/NEWS b/NEWS
> index aae3378..fadd9dd 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -7,7 +7,9 @@ post-v1.11.0
>      - New "check-oftest" Makefile target for running OFTest against Open
>        vSwitch.  See README-OFTest for details.
>      - The flow eviction threshold has been moved to the Open_vSwitch table.
> -
> +    - Database names are now mandatory when specifying ovsdb-server options
> +      through database paths(ex: Private key option with the database name
> +      should look like "--private-key=db:Open_vSwitch,SSL,private_key").

It looks like you deleted a blank line.  We try to keep two blank
lines between the notes for different versions.

Instead of "paths(ex: ", can you write "paths (e.g. "?  This is the
style we use other places.

Thanks,

Ben.



More information about the dev mailing list