Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/276071

Change subject: Set cross-DC swift writes to be sync for originals for 
switchover testing
......................................................................

Set cross-DC swift writes to be sync for originals for switchover testing

Change-Id: Ic922aa7953d7b39030135facd77eb644cbdfe561
---
M wmf-config/filebackend-production.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/71/276071/1

diff --git a/wmf-config/filebackend-production.php 
b/wmf-config/filebackend-production.php
index 5fdc59e..172394d 100644
--- a/wmf-config/filebackend-production.php
+++ b/wmf-config/filebackend-production.php
@@ -96,7 +96,7 @@
                array( 'template' => 'local-swift-eqiad', 'isMultiMaster' => 
true ),
                array( 'template' => 'local-swift-codfw' )
        ),
-       'replication' => 'async',
+       'replication' => 'sync', // sync for codfw originals switch-over test
        'syncChecks'  => ( 1 | 4 ), // (size & sha1)
 );
 $wgFileBackends[] = array(
@@ -109,7 +109,7 @@
                array( 'template' => 'shared-swift-eqiad', 'isMultiMaster' => 
true ),
                array( 'template' => 'shared-swift-codfw' ),
        ),
-       'replication' => 'async',
+       'replication' => 'sync', // sync for codfw originals switch-over test
        'syncChecks'  => ( 1 | 4 ), // (size & sha1)
 );
 $wgFileBackends[] = array(

-- 
To view, visit https://gerrit.wikimedia.org/r/276071
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic922aa7953d7b39030135facd77eb644cbdfe561
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to