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 <[email protected]>
---
utilities/ovn-sbctl.8.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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>
--
2.55.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev