| Message ID | 20260901135638.290353-21-jtanenba@redhat.com |
|---|---|
| State | Changes Requested |
| Headers | show |
| Series | ovn-sbctl: Review of ovn-sbctl documentation. | expand |
| Context | Check | Description |
|---|---|---|
| ovsrobot/apply-robot | success | apply and check: success |
Last one! See my note below. On Tue, Sep 1, 2026 at 2:03 PM Jacob Tanenbaum via dev <ovs-dev@openvswitch.org> wrote: > > Setting the inactivity for future connections in the ovn-sb should be > documented. It is the only option in the southbound database that can > change the behavior of running ovn-sbctl and should be > documented. > > Assisted-by: Claude Opus 4.6, Claude Code > Fixes: 276e50c3f778 ("utilities: increase OVSDB inactivity probe interval for ovn-*ctl") > Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com> > --- > utilities/ovn-sbctl.8.xml | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml > index 433205450..d30ed17d6 100644 > --- a/utilities/ovn-sbctl.8.xml > +++ b/utilities/ovn-sbctl.8.xml > @@ -106,6 +106,19 @@ > ovn-sbctl -u /tmp/mysock.ctl show > </pre> > > + <p> > + When running in daemon mode, <code>ovn-sbctl</code> uses the > + <code>sbctl_probe_interval</code> value from the > + <code>options</code> column in the <code>SB_Global</code> table to Instead of using <code> blocks, use <ref> blocks to refer to the column and table. > + configure the inactivity probe interval (in milliseconds) for the > + database connection. The default is 120000 ms (120 seconds). > + To override, set the value with: > + </p> > + > + <pre fixed="yes"> > + ovn-sbctl set SB_Global . options:sbctl_probe_interval=60000 > + </pre> > + > <h3>Daemon Commands</h3> > > <p> > -- > 2.55.0 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev >
diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml index 433205450..d30ed17d6 100644 --- a/utilities/ovn-sbctl.8.xml +++ b/utilities/ovn-sbctl.8.xml @@ -106,6 +106,19 @@ ovn-sbctl -u /tmp/mysock.ctl show </pre> + <p> + When running in daemon mode, <code>ovn-sbctl</code> uses the + <code>sbctl_probe_interval</code> value from the + <code>options</code> column in the <code>SB_Global</code> table to + configure the inactivity probe interval (in milliseconds) for the + database connection. The default is 120000 ms (120 seconds). + To override, set the value with: + </p> + + <pre fixed="yes"> + ovn-sbctl set SB_Global . options:sbctl_probe_interval=60000 + </pre> + <h3>Daemon Commands</h3> <p>
Setting the inactivity for future connections in the ovn-sb should be documented. It is the only option in the southbound database that can change the behavior of running ovn-sbctl and should be documented. Assisted-by: Claude Opus 4.6, Claude Code Fixes: 276e50c3f778 ("utilities: increase OVSDB inactivity probe interval for ovn-*ctl") Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com> --- utilities/ovn-sbctl.8.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+)