mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
The only way to configure settings on a remote (e.g. inactivity_probe) is via --remote=db:DB,table,row. There is no way to do this via the existing CLI options. For a clustered DB with multiple servers listening on unique addresses there is no way to store these entries in the DB as the DB is shared. For example, three servers listening on 1.1.1.1, 1.1.1.2, and 1.1.1.3 respectively would require a Manager/Connection row each, but then all three servers would try to listen on all three addresses. It is possible for ovsdb-server to serve multiple databases. This means that we can have a local "config" database in addition to the main database we are serving (Open_vSwitch, OVN_Southbound, etc.) and this patch adds a Local_Config schema that currently just mirrors the Connection table and a Config table with a 'connections' row that stores each Connection. Signed-off-by: Terry Wilson <twilson@redhat.com> Acked-by: Dumitru Ceara <dceara@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
/_server.ovsschema.inc
|
|
/_server.ovsschema.stamp
|
|
/local-config.ovsschema.stamp
|
|
/ovsdb.local-config.5
|
|
/ovsdb-client
|
|
/ovsdb-client.1
|
|
/ovsdb-doc
|
|
/ovsdb-dot
|
|
/ovsdb-idlc
|
|
/ovsdb-server
|
|
/ovsdb-server.1
|
|
/ovsdb-server.5
|
|
/ovsdb-tool
|
|
/ovsdb-tool.1
|
|
/libovsdb.pc
|