Faidon has uploaded a new change for review.

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


Change subject: Re-enable multiwrites for Ceph
......................................................................

Re-enable multiwrites for Ceph

Swift remains the multiMaster, for now.

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


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

diff --git a/wmf-config/filebackend.php b/wmf-config/filebackend.php
index 7a94004..ee872b8 100644
--- a/wmf-config/filebackend.php
+++ b/wmf-config/filebackend.php
@@ -144,10 +144,10 @@
        'backends'    => array(
                # DO NOT change the master backend unless it is fully trusted 
or autoRsync is off
                array( 'template' => 'local-swift', 'isMultiMaster' => true ),
-               #array( 'template' => 'local-ceph', 'isMultiMaster' => true ) 
-- aaron 5/30/2013
+               array( 'template' => 'local-ceph', 'isMultiMaster' => false )
        ),
        'syncChecks'  => ( 1 | 4 ), // (size & sha1)
-       'autoResync'  => 'conservative' // bug 39221
+       #'autoResync'  => 'conservative' // bug 39221
 );
 $wgFileBackends[] = array(
        'class'       => 'FileBackendMultiWrite',
@@ -158,10 +158,10 @@
        'backends'    => array(
                # DO NOT change the master backend unless it is fully trusted 
or autoRsync is off
                array( 'template' => 'shared-swift', 'isMultiMaster' => true ),
-               #array( 'template' => 'shared-ceph', 'isMultiMaster' => true ) 
-- aaron 5/30/2013
+               array( 'template' => 'shared-ceph', 'isMultiMaster' => false )
        ),
        'syncChecks'  => ( 1 | 4 ), // (size & sha1)
-       'autoResync'  => 'conservative' // bug 39221
+       #'autoResync'  => 'conservative' // bug 39221
 );
 $wgFileBackends[] = array(
        'class'       => 'FileBackendMultiWrite',
@@ -171,10 +171,10 @@
        'backends'    => array(
                # DO NOT change the master backend unless it is fully trusted 
or autoRsync is off
                array( 'template' => 'global-swift', 'isMultiMaster' => true ),
-               #array( 'template' => 'global-ceph', 'isMultiMaster' => true ) 
-- aaron 5/30/2013
+               array( 'template' => 'global-ceph', 'isMultiMaster' => false )
        ),
        'syncChecks'  => ( 1 | 4 ), // (size & sha1)
-       'autoResync'  => 'conservative'
+       #'autoResync'  => 'conservative'
 );
 /* end multiwrite backend config */
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If001f6e148fd63cdd94958bd1a8457ac8ac46176
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Faidon <fai...@wikimedia.org>

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

Reply via email to