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

Cabrera Vega, Mario Alberto mario.cabrera at hpe.com
Mon Jun 27 23:59:03 UTC 2016


Yes, all the unit tests pass for me. This patch adds 6 unit tests,
one for each unixctl command. Which one is failing for you?

-Mario

-----Original Message-----
From: Ben Pfaff [mailto:blp at ovn.org] 
Sent: Friday, June 24, 2016 6:17 PM
To: dev at openvswitch.org
Cc: Cabrera Vega, Mario Alberto <mario.cabrera at hpe.com>
Subject: Re: [PATCH 4/4] ovsdb: Add unixctl commands for OVSDB replication

On Fri, Jun 24, 2016 at 04:44:05PM -0700, Ben Pfaff 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>

When I apply this, the new unit test fails.  Does it pass for you?



More information about the dev mailing list