From 79fb5bf86c1f98a38349360b49c80f9dd82558ce Mon Sep 17 00:00:00 2001 From: Fernando Royo Date: Mon, 10 Apr 2023 17:12:28 +0200 Subject: [PATCH] Update doc about ovn-octavia HM type limitation Clarify that HM type is not supported for SCTP because OVN health checks is just supporting TCP and UDP-CONNECT. Change-Id: Ice771ae36a521baad792c935fd2481602548a24d --- doc/source/admin/driver.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/admin/driver.rst b/doc/source/admin/driver.rst index 948f6fb5..1aff3e5e 100644 --- a/doc/source/admin/driver.rst +++ b/doc/source/admin/driver.rst @@ -44,6 +44,10 @@ These include: * Only the SOURCE_IP_PORT load balancing algorithm is supported, others like ROUND_ROBIN and LEAST_CONNECTIONS are not currently supported. +* OVN supports health checks for TCP and UDP-CONNECT protocols, but not for + SCTP. Therefore, when configuring a health monitor, you cannot use SCTP as + the type. + * Due to nature of OVN octavia driver (flows distributed in all the nodes) there is no need for some of the amphora specific functionality that is specific to the fact that a VM is created for the load balancing actions. As