From 60e0cd0419588f520d88a71fa70df3b130e18526 Mon Sep 17 00:00:00 2001 From: Andy Zhou Date: Tue, 23 Aug 2016 04:05:11 -0700 Subject: ovsdb: Replication usability improvements Based on feedbacks from initial HA manager integration, added the '--active' command line option and appctl command "ovsdb-server/sync-status. See man page updates for details. Added the RPL_S_INIT state in the state machine. This state is not strictly necessary for the replication state machine, but is introduced to make sure the state is update immediately when the state machine is reset, via replication_init(). Without it ovsdb/sync-status may display "replicating" or crash, if the command is issued between after replication_init() is called, but before the state variable is updated from replication_run(). Added a test to simulate the integration of HA manager with OVSDB server using replication. Other documentation and API improvements. Tested-by: Numan Siddique Signed-off-by: Andy Zhou Acked-by: Ben Pfaff --- Documentation/OVSDB-replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/OVSDB-replication.md b/Documentation/OVSDB-replication.md index 74c950049..a9ab5cc4a 100644 --- a/Documentation/OVSDB-replication.md +++ b/Documentation/OVSDB-replication.md @@ -144,7 +144,7 @@ commands are the following. between the active server and frees the memory used for the replication configuration. -- ovsdb-server/set-sync-excluded-tables {db:table,...}: sets the tables list +- ovsdb-server/set-sync-exclude-tables {db:table,...}: sets the tables list that will be excluded from being replicated. - ovsdb-server/get-sync-excluded-tables: gets the tables list that is -- cgit v1.2.1