The OVN gateway HA design document is very useful in its current form. It describes a range of options OVN could take to provide gateway HA. Leave all the useful discussion in place and add a note to indicate how the current implementation lines up with the options described.
I plan to follow up with an additional patch to describe the current L3 gateway HA implementation in the ovn-architecture document. Signed-off-by: Russell Bryant <[email protected]> --- Documentation/topics/high-availability.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/topics/high-availability.rst b/Documentation/topics/high-availability.rst index 7ee9357c0..a5cb76383 100644 --- a/Documentation/topics/high-availability.rst +++ b/Documentation/topics/high-availability.rst @@ -66,6 +66,12 @@ a plan for OVN Gateway High Availability which takes into account our past experience building similar systems. It should be considered a fluid changing proposal, not a set-in-stone decree. +.. note:: + This document describes a range of options OVN could take to provide + high availability for gateways. The current implementation provides L3 + gateway high availability by the "Router Specific Active/Backup" + approach described in this document. + Basic Architecture ------------------ -- 2.13.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
