[ovs-dev] [PATCH ovn 7/8] ovn-sb: Document details of HA_Chassis_Group column ref_chassis.

Ben Pfaff blp at ovn.org
Thu Oct 22 03:54:14 UTC 2020


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 ovn-sb.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index c78984fc867a..749bd0745962 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -3906,7 +3906,16 @@ tcp.flags = RST;
     </column>
 
     <column name="ref_chassis">
-      A list of <ref table="chassis"/> which references this HA chassis group.
+      The set of <ref table="Chassis"/> that reference this HA chassis group.
+      To determine the correct <ref table="Chassis"/>, find the
+      <code>chassisredirect</code> type <ref table="Port_Binding"/> that
+      references this <ref table="HA_Chassis_Group"/>.  This <ref
+      table="Port_Binding"/> is derived from some particular logical router.
+      Starting from that LR, find the set of all logical switches and routers
+      connected to it, directly or indirectly, across router ports that link
+      one LRP to another or to a LSP.  For each LSP in these logical switches,
+      find the corresponding <ref table="Port_Binding"/> and add its bound <ref
+      table="Chassis"/> (if any) to <ref column="ref_chassis"/>.
     </column>
 
     <group title="Common Columns">
-- 
2.26.2



More information about the dev mailing list