[ovs-dev] [PATCH 4/4] ovsdb: Add unixctl commands for OVSDB replication

Andy Zhou azhou at ovn.org
Tue Jul 19 22:57:05 UTC 2016


On Fri, Jun 24, 2016 at 4:44 PM, Ben Pfaff <blp at ovn.org> wrote:

> From: Mario Cabrera <mario.cabrera at hpe.com>
>
> Set and get the server to replicate from:
>
>         ovsdb-server/set-remote-ovsdb-server {server}
>         ovsdb-server/get-remote-ovsdb-server
>
> Set and get the replicated table blacklist:
>
>         ovsdb-server/set-sync-excluded-tables {DB:table,...}
>         ovsdb-server/get-sync-excluded-tables
>
> Connect to the configured server and start replication:
>
>         ovsdb-server/connect-remote-ovsdb-server
>
> Disconnect from the remote server and stop replication, without dropping
> the replicated data:
>
>         ovsdb-server/disconnect-remote-ovsdb-server
>
> Signed-off-by: Mario Cabrera <mario.cabrera at hpe.com>


 Acked-by: Andy Zhou <azhou at ovn.org>

I was able to fix this patch up and rebased it to master. All tests passed.
I will apply it to master in a short while.



More information about the dev mailing list