summaryrefslogtreecommitdiff
path: root/manpages.mk
diff options
context:
space:
mode:
authorMario Cabrera <mario.cabrera@hpe.com>2016-06-24 17:13:06 -0700
committerBen Pfaff <blp@ovn.org>2016-06-24 17:15:38 -0700
commitae671c5feb88db395304e452ab47c83b4ac84ee0 (patch)
tree209bc454a4b82ef2c0c316aad784349b6cdc15b1 /manpages.mk
parent55460ac526f2ec35708771151541ceb85a2b1557 (diff)
downloadopenvswitch-ae671c5feb88db395304e452ab47c83b4ac84ee0.tar.gz
ovsdb: Introduce OVSDB replication feature
Replication is enabled by using the following option when starting the database server: --sync-from=server Where 'server' can take any form described in the ovsdb-client(1) manpage as an active connection. If this option is specified, the replication process is immediately started. Signed-off-by: Mario Cabrera <mario.cabrera@hpe.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'manpages.mk')
-rw-r--r--manpages.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/manpages.mk b/manpages.mk
index cf83e4488..fa9e59b07 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -64,7 +64,9 @@ ovsdb/ovsdb-server.1: \
lib/vlog-unixctl.man \
lib/vlog.man \
ovsdb/remote-active.man \
- ovsdb/remote-passive.man
+ ovsdb/remote-passive.man \
+ ovsdb/replication-syn.man \
+ ovsdb/replication.man
ovsdb/ovsdb-server.1.in:
lib/common-syn.man:
lib/common.man:
@@ -87,6 +89,8 @@ lib/vlog-unixctl.man:
lib/vlog.man:
ovsdb/remote-active.man:
ovsdb/remote-passive.man:
+ovsdb/replication-syn.man:
+ovsdb/replication.man:
ovsdb/ovsdb-tool.1: \
ovsdb/ovsdb-tool.1.in \