Filippo Giunchedi has submitted this change and it was merged.

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

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

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Ic922aa7953d7b39030135facd77eb644cbdfe561
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to