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]>
---
 ovn-sb.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index 7f766a669..0239f4c60 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -5405,6 +5405,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