On Thu, Mar 19, 2020 at 06:24:48PM +0800, Tao YunXiang wrote:
> Commit a529e3cd1f (ovsdb-server: Allow OVSDB clients to specify the
> UUID for inserted rows) solves ovsdb-client specifing the UUID for
> insert operation.  OVSDB now can support directly using uuid to identify
> a row. But for xxxctl tool,specifying uuid when creating a row is not
> yet supported . This patch tried to specify uuid when creating a row
> by the ctl tools. A new parameter --row_uuid is added to setup row's UUID.
> e.g. ovn-nbctl --row_uuid=3da0398b-a5a8-4bc9-808d-fa662865138f  create
> logical_switch name='abc'
>
> Author: Liu Chang <liuch...@cmss.chinamobile.com>
> Co-authored-by: Tao YunXiang <taoyunxi...@cmss.chinamobile.com>
> Co-authored-by: Rong Yin <rong...@cmss.chinamobile.com>
> Signed-off-by: Tao YunXiang <taoyunxi...@cmss.chinamobile.com>
> Signed-off-by: Liu Chang <liuch...@cmss.chinamobile.com>
> Signed-off-by: Rong Yin <rong...@cmss.chinamobile.com>
> CC: Ben Pfaff<b...@ovn.org>

Thanks for the updated patch.

Command line option names never contain _.  Use - instead.

This introduces duplicate code blocks into cmd_create().  Don't do that.

There should be no space in "return;"

Every error message in ovs-vsctl should have a test under "database
commands -- negative checks" that provokes it.

Please add a test that using an id before creating the record works with
--row-uuid.  I do not think that it currently works.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to