diff mbox series

[ovs-dev,5/8] ovn-sb: Correct documentation about virtual_parent column.

Message ID 20201022035415.33541-5-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/8] ovn-nb: Better document dynamic addresses. | expand

Commit Message

Ben Pfaff Oct. 22, 2020, 3:54 a.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 ovn-sb.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/ovn-sb.xml b/ovn-sb.xml
index 15d47ef039cc..cdfca499274d 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -2574,8 +2574,8 @@  tcp.flags = RST;
       For every <code>Logical_Switch_Port</code> record in
       <code>OVN_Northbound</code> database, <code>ovn-northd</code>
       creates a record in this table.  <code>ovn-northd</code> populates
-      and maintains every column except the <code>chassis</code> column,
-      which it leaves empty in new records.
+      and maintains every column except the <code>chassis</code> and
+      <code>virtual_parent</code> columns, which it leaves empty in new records.
     </p>
 
     <p>
@@ -2593,6 +2593,12 @@  tcp.flags = RST;
       to populate the <code>chassis</code> column.)
     </p>
 
+    <p>
+      <code>ovn-controller</code> also populates the
+      <code>virtual_parent</code> column of records whose <code>type</code> is
+      <code>virtual</code>.
+    </p>
+
     <p>
       When a chassis shuts down gracefully, it should clean up the
       <code>chassis</code> column that it previously had populated.