Skip to content

Commit

Permalink
Revert "Cinder wait for DB writes on reads"
Browse files Browse the repository at this point in the history
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 cf4f3f6.
  • Loading branch information
Akrog committed Jun 18, 2024
1 parent 4414684 commit ac0833d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/control-plane/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac0833d

Please sign in to comment.