[MediaWiki-commits] [Gerrit] Set cross-DC swift writes to be sync for originals for switc... - change (operations/mediawiki-config)

2016-03-10 Thread Filippo Giunchedi (Code Review)
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 
Gerrit-Reviewer: BBlack 
Gerrit-Reviewer: Faidon Liambotis 
Gerrit-Reviewer: Filippo Giunchedi 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Set cross-DC swift writes to be sync for originals for switc... - change (operations/mediawiki-config)

2016-03-08 Thread Aaron Schulz (Code Review)
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 

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