Skip to content

Commit

Permalink
Revert "Wait for DB writes to propagate (causality checks)"
Browse files Browse the repository at this point in the history
This reverts commit 67b2877.

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 18, 2024
1 parent 214d076 commit 3bfd0d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/cinder/config/00-global-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ connection = {{ .DatabaseConnection }}
max_retries = -1
db_max_retries = -1

# 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

[os_brick]
lock_path = /var/locks/openstack/os-brick

Expand Down

0 comments on commit 3bfd0d5

Please sign in to comment.