mbox series

[ovs-dev,0/4] ovn-ctl: database path fixes and RAFT election timer passthrough

Message ID 737ee4ccc9019970f1e7e4ac60b588e3750bb8f5.camel@redhat.com
Headers show
Series ovn-ctl: database path fixes and RAFT election timer passthrough | expand

Message

Dan Williams Dec. 15, 2021, 9:26 p.m. UTC
This series fixes inconsistencies in handling database control
and pidfile paths by allowing users to override those paths like
they can already do with the database file and JSON-RPC socket paths.

Finally it builds on OVS 2.16's support for specifying the RAFT
election timer at database creation time by allowing that value to
be passed through to ovs-ctl.

Dan Williams (4):
  ovn-ctl: use user-provided control socket paths
  ovn-ctl: allow overriding the database pidfile path
  ovn-ctl: pass database socket to ovn-*ctl init
  ovn-ctl: add RAFT election timer argument and pass to create_cluster

 utilities/ovn-ctl | 100 ++++++++++++++++++++++++++++------------------
 1 file changed, 62 insertions(+), 38 deletions(-)