Actions
1. Run 2 ovsdb databases (in my test scenario they are northbound databases started from ovn-central).
2. Synch 1 database to the other using app-ctl:

ovs-appctl -t /var/run/openvswitch/ovnnb_db.ctl ovsdb-server/set-remote-ovsdb-server tcp:{IP}:{PORT}

ovs-appctl -t /var/run/openvswitch/ovnnb_db.ctl ovsdb-server/connect-remote-ovsdb-server

3. Disconnect the database

ovs-appctl -t /var/run/openvswitch/ovnnb_db.ctl ovsdb-server/disconnect-remote-ovsdb-server

4. Rerun the steps in (2) to reconnect
 
Expected Result:
The database will resynchronize
 
Actual Result:
The database gets WIPED, and the database process dies

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to