On Wed, Aug 28, 2019 at 06:32:08PM -0700, [email protected] wrote: > From: Aliasgar Ginwala <[email protected]> > > 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 <[email protected]>
Thanks for the update. It would be good to add a test to demonstrate that it works. The string passed to ovs_fatal() should not end in \n because the function adds the new-line itself. It would be nice to make the ovs_fatal() error messages more specific, although I guess there's already a bad error message or two in this utility. I would add an item to NEWS. Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
