On Thu, Oct 28, 2021 at 7:30 AM Rutuja Umesh Madhure <[email protected]> wrote: > > Hi, > > In the ovsdb replication model, is there a way to know/check whether the > replica is up-to-date with the master/active server.
I don't think there is a way to know that. When the active ovsdb-server commits a transaction it sends out the update to the replica ovsdb-servers. > Also, when we want to set a new active server for the replica, does the below > command wait for the replica to be up-to-date with the old master. No. I don't think it would wait. Thanks Numan > > ovsdb-server/set-active-ovsdb-server server > > > Thanks and regards, > Rutuja Madhure > > _______________________________________________ > discuss mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
