Skip to content

Commit 261f197

Browse files
JacobTanenbaumputnopvut
authored andcommitted
ovn-sb: Describe enum error for Service_Monitor.status.
the ovn-sb.ovsschema Service_Monitor.status column has an enum that lists three possible values - online,offline, and error. Even though nothing sets the error enum it should still be listed as a possibility in documentation. Fixes: ba0d6ea ("ovn-northd: Add support for Load Balancer health check") Assisted-by: Claude Opus 4.6, Claude Code Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com> Signed-off-by: Mark Michelson <mmichels@redhat.com>
1 parent 824e3c7 commit 261f197

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ovn-sb.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5476,6 +5476,11 @@ tcp.flags = RST;
54765476
<code>offline</code>.
54775477
</p>
54785478

5479+
<p>
5480+
The value <code>error</code> is also valid but is not
5481+
currently set by <code>ovn-controller</code>.
5482+
</p>
5483+
54795484
</column>
54805485
</group>
54815486

0 commit comments

Comments
 (0)