Skip to content

Commit

Permalink
Revert "Wait for DB writes only on reads"
Browse files Browse the repository at this point in the history
This reverts commit 980c318.

The openstack-k8s-operators/mariadb-operator#229
switched the mariadb-operator to deploy in Active/Passive mode
per default, instead of multimaster.
  • Loading branch information
stuggi committed Jun 17, 2024
1 parent e296d33 commit adc26eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/common/config/00-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ use_keystone_limits = {{ .QuotaEnabled }}
connection = {{ .DatabaseConnection }}
max_retries = -1
db_max_retries = -1
# Wait for writes to complete when doing reads
# Relevant for multi-master deployments so that workers table, and possibly
# other tables, work as intended
# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/
mysql_wsrep_sync_wait = 1

[file]
filesystem_store_datadir = /var/lib/glance/images
Expand Down

0 comments on commit adc26eb

Please sign in to comment.