Some of the work is already done, e.g. 'diff' file format
and DNS support.

Added more items collected over time including relay and
local_config items.

Signed-off-by: Ilya Maximets <[email protected]>
---
 ovsdb/TODO.rst | 46 +++++++++++++++++++++++++++++++++-------------
 1 file changed, 33 insertions(+), 13 deletions(-)

diff --git a/ovsdb/TODO.rst b/ovsdb/TODO.rst
index fd0163f22..cd6aa8c48 100644
--- a/ovsdb/TODO.rst
+++ b/ovsdb/TODO.rst
@@ -21,23 +21,23 @@
 
       Avoid deeper levels because they do not render well.
 
-===========================
-OVSDB Clustering To-do List
-===========================
+================
+OVSDB To-do List
+================
 
-* Ephemeral columns.
+* Clustered:
 
-* Locks.
+  * Ephemeral columns.
 
-* Tons of unit tests.
+  * Locks.
 
-* Increase exponential backoff cap.  Introduce randomization.
+  * Tons of unit tests.
 
-* Include index with monitor update?
+  * Include index with monitor update?
 
-* Testing with replication.
+  * Testing with replication.
 
-* Handling bad transactions in read_db().  (Kill the database?)
+  * Handling bad transactions in read_db().  (Kill the database?)
 
 * Documentation:
 
@@ -45,8 +45,28 @@ OVSDB Clustering To-do List
 
   * Overall diagram explaining the cluster and ovsdb protocol pieces
 
-* Future work:
+  * How-To guide for the Local_Config database.
 
-  * File format with diff support.
+* General:
 
-  * Future work: DNS or directory support
+  * Increase exponential backoff cap.  Introduce randomization.
+
+  * Non-blocking (not blocking the main thread) ovsdb-server/compact unixctl.
+
+* Local_Config database extension:
+
+  * Add a configuration tool to configure remotes.
+
+  * Allow configuration of relays.
+
+  * Allow configuration of active-backup replication.
+
+* Relay:
+
+  * Try to inherit min_index from the relay source?
+
+* Standalone:
+
+  * Add support for parallel snapshot JSON generation.
+
+  * Add support for transaction history?
-- 
2.34.3

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to