Re: [ovs-dev] [PATCH v8] ovsdb-tool: Convert clustered db to standalone db.

2019-08-29 Thread aginwala
Hi Han and Ben: Sorry, realized little late that ovsdb-tool transact wont work on clustered db. Since in current UT I didn't add AT_CHECK for transact operation for clustered db, test-suite didn't catch the same. Hence, fixed it in v9 and merged it to one UT to use ovsdb-client to insert transac

[ovs-dev] [PATCH v8] ovsdb-tool: Convert clustered db to standalone db.

2019-08-29 Thread amginwal
From: Aliasgar Ginwala Add support in ovsdb-tool for migrating clustered dbs to standalone dbs. E.g. usage to migrate nb/sb db to standalone db from raft: ovsdb-tool cluster-to-standalone ovnnb_db.db ovnnb_db_cluster.db Signed-off-by: Aliasgar Ginwala --- Documentation/ref/ovsdb.7.rst | 3 +