From ac0833da4eeccfa24a23f3c41fa3d8e74d049c06 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Tue, 18 Jun 2024 15:22:52 +0200 Subject: [PATCH] Revert "Cinder wait for DB writes on reads" The openstack-k8s-operators/mariadb-operator#229 switched the mariadb-operator to deploy in Active/Passive mode per default, instead of multimaster. So we should no longer set `mysql_wsrep_sync_wait`. This reverts commit cf4f3f6efe8d6f26277df9ffca82cd13869a6aa0. --- lib/control-plane/openstackcontrolplane.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/control-plane/openstackcontrolplane.yaml b/lib/control-plane/openstackcontrolplane.yaml index 77fe1bfa6..254ff16ee 100644 --- a/lib/control-plane/openstackcontrolplane.yaml +++ b/lib/control-plane/openstackcontrolplane.yaml @@ -30,10 +30,6 @@ spec: # Debug logs by default, jobs can override as needed. [DEFAULT] debug = true - # Necessary to prevent DB race conditions. - # Remove once jobs run b0747944394807862e4cdcfa7052f1f8d1febf94. - [database] - mysql_wsrep_sync_wait = 1 cinderBackup: networkAttachments: - storage