diff --git a/templates/octavia/config/octavia.conf b/templates/octavia/config/octavia.conf index b5b15f62..1a3b6df5 100644 --- a/templates/octavia/config/octavia.conf +++ b/templates/octavia/config/octavia.conf @@ -12,10 +12,6 @@ default_listener_tls_versions=TLSv1.2,TLSv1.3 default_pool_tls_versions=TLSv1.2,TLSv1.3 [database] connection = {{ .DatabaseConnection }} -# Wait for writes to complete when doing a read, update, or insert -# Relevant for multi-master deployments so that workers table works as intended -# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/ -mysql_wsrep_sync_wait = 7 [health_manager] health_update_threads=4 stats_update_threads=4 diff --git a/templates/octaviaamphoracontroller/config/octavia.conf b/templates/octaviaamphoracontroller/config/octavia.conf index e7c47691..be8b0130 100644 --- a/templates/octaviaamphoracontroller/config/octavia.conf +++ b/templates/octaviaamphoracontroller/config/octavia.conf @@ -8,10 +8,6 @@ graceful_shutdown_timeout=600 [api_settings] [database] connection = {{ .DatabaseConnection }} -# Wait for writes to complete when doing a read, update, or insert -# Relevant for multi-master deployments so that workers table works as intended -# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/ -mysql_wsrep_sync_wait = 7 [health_manager] heartbeat_key={{ .HeartbeatKey }} health_update_threads=4 diff --git a/templates/octaviaapi/config/octavia.conf b/templates/octaviaapi/config/octavia.conf index 009a1e05..5906565a 100644 --- a/templates/octaviaapi/config/octavia.conf +++ b/templates/octaviaapi/config/octavia.conf @@ -12,10 +12,6 @@ default_listener_tls_versions=TLSv1.2,TLSv1.3 default_pool_tls_versions=TLSv1.2,TLSv1.3 [database] connection = {{ .DatabaseConnection }} -# Wait for writes to complete when doing a read, update, or insert -# Relevant for multi-master deployments so that workers table works as intended -# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/ -mysql_wsrep_sync_wait = 7 [health_manager] health_update_threads=4 stats_update_threads=4