mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
The database replication functionality is designed to provide "fail over" characteristics. There are two participating databases, one of which is the "active" database and the other is the "stand by" database. Replication happens exclusively from the active to the stand by database. This document explains how the replication functionality is implemented. Signed-off-by: Mario Cabrera <mario.cabrera@hpe.com> Signed-off-by: Ben Pfaff <blp@ovn.org>