Skip to content

Commit

Permalink
Merge pull request #297 from Akrog/remove-wsrep_sync
Browse files Browse the repository at this point in the history
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.
Related PR: openstack-k8s-operators/cinder-operator#401
This reverts commit cf4f3f6.

Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 18, 2024
2 parents b530f1d + ac0833d commit aba2e2e
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 aba2e2e

Please sign in to comment.