diff mbox series

[ovs-dev,v1,18/20] ovn-sbctl: Correct lsp-bind --may-exist description.

Message ID 20260901135638.290353-19-jtanenba@redhat.com
State Changes Requested
Headers show
Series ovn-sbctl: Review of ovn-sbctl documentation. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success

Commit Message

Jacob Tanenbaum Sept. 1, 2026, 1:56 p.m. UTC
When describing --may-exist for lsp-bind it is missed that if the port
is already bound to a different chassis that the command returns an
error.

This patch corrects the documentation to be in line with how ovn-sbctl
actually works.

Assisted-by: Claude Opus 4.6, Claude Code
Fixes: 9a09a965444e ("ovn-sbctl: Add ovn-sbctl.")
Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com>
---
 utilities/ovn-sbctl.8.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml
index 0b6aa4758..56fcdcb0d 100644
--- a/utilities/ovn-sbctl.8.xml
+++ b/utilities/ovn-sbctl.8.xml
@@ -354,7 +354,9 @@ 
           Without <code>--may-exist</code>, attempting to bind a logical port
           that has already been bound is an error.  With
           <code>--may-exist</code>, this command does nothing if
-          <var>logical-port</var> has already been bound to a chassis.
+          <var>logical-port</var> has already been bound to the specified
+          chassis.  It is still an error if the port is bound to a different
+          chassis.
         </p>
       </dd>