@@ -324,7 +324,8 @@
<dt>[<code>--if-exists</code>] <code>chassis-del <var>chassis</var></code></dt>
<dd>
<p>
- Deletes <var>chassis</var> and its <var>encaps</var>
+ Deletes <var>chassis</var>, its <var>encaps</var> and the associated
+ Chassis_Private record (if it exists).
</p>
<p>
@@ -98,7 +98,8 @@ Chassis commands:\n\
chassis-add CHASSIS ENCAP-TYPE ENCAP-IP create a new chassis named\n\
CHASSIS with ENCAP-TYPE tunnels\n\
and ENCAP-IP\n\
- chassis-del CHASSIS delete CHASSIS and all of its encaps\n\
+ chassis-del CHASSIS delete CHASSIS, its encaps, and the associated\n\
+ Chassis_Private record.\n\
\n\
Port binding commands:\n\
lsp-bind PORT CHASSIS bind logical port PORT to CHASSIS\n\
chassis-del removes Chassis_Private records and the documentation should reflect that. Assisted-by: Claude Opus 4.6, Claude Code Fixes: 125bd5538e83 ("ovn-sbctl: Fix removal of Chassis_Private record on chassis-del.") Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com> --- utilities/ovn-sbctl.8.xml | 3 ++- utilities/ovn-sbctl.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)