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: ba0d6eae960d ("ovn-northd: Add support for Load Balancer health check")
Assisted-by: Claude Opus 4.6, Claude Code
Signed-off-by: Jacob Tanenbaum <[email protected]>

---
v3 - ensure that the subject of the patch is less than 70 characters.
---
---
 ovn-sb.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index 57881247d..300781143 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -5414,6 +5414,11 @@ tcp.flags = RST;
           <code>offline</code>.
        </p>
 
+        <p>
+          The value <code>error</code> is also valid but is not
+          currently set by <code>ovn-controller</code>.
+        </p>
+
       </column>
     </group>
 
-- 
2.55.0

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

Reply via email to