On Mon, Aug 1, 2016 at 2:44 PM, Andy Zhou <[email protected]> wrote: > > > On Mon, Aug 1, 2016 at 10:07 AM, Cabrera Vega, Mario Alberto < > [email protected]> wrote: > >> Hi, >> >> The replication_init() function initializes the set that contains the >> names of the >> tables to be monitored and the set that contains the names of the tables >> to be >> excluded from replication. When using the -sync-from option is not >> necessary to >> call this function since the sets are initialized by default. >> Since with ovs-appctl the replication can be configured after a >> disconnection, >> i.e. ovsdb-server/disconnect-remote-server, a command that destroys both >> sets, >> it's necessary to initialize the sets when trying to connect to the >> remote server. >> >> There is a pull request I made ( >> https://github.com/openvswitch/ovs/pull/140) >> that I think would made the replication_init() function unnecessary, as >> well as >> solve a bug in which ovsdb-server crashes when executing the disconnect >> command >> multiple times. >> > > I have taken the pull request, rebased it for current master and post it > to the mailing list for broader > review. > > http://openvswitch.org/pipermail/dev/2016-August/076968.html >
Pushed to master with some minor adjustments. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
