[ovs-dev] [PATCH ovn] ovn-nb.xml: Fix the description about LB usage on logical routers.

Han Zhou hzhou at ovn.org
Mon Jun 22 06:16:02 UTC 2020


LB is supported not only on Gateway routers but also on distributed
routers as long as they have distributed gateway ports.  It is tested
by case "ovn -- Load balancer health checks".

Signed-off-by: Han Zhou <hzhou at ovn.org>
---
 ovn-nb.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ovn-nb.xml b/ovn-nb.xml
index 8368d51..0259487 100644
--- a/ovn-nb.xml
+++ b/ovn-nb.xml
@@ -1763,7 +1763,8 @@
 
     <column name="load_balancer">
       Load balance a virtual ip address to a set of logical port ip
-      addresses.  Load balancer rules only work on the Gateway routers.
+      addresses.  Load balancer rules only work on the Gateway routers or
+      routers with distributed gateway ports.
     </column>
 
     <group title="Naming">
-- 
2.1.0



More information about the dev mailing list