Faidon has submitted this change and it was merged.

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, 3 insertions(+), 3 deletions(-)

Approvals:
  Faidon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/filebackend.php b/wmf-config/filebackend.php
index 7a94004..4ba64b2 100644
--- a/wmf-config/filebackend.php
+++ b/wmf-config/filebackend.php
@@ -144,7 +144,7 @@
        '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
@@ -158,7 +158,7 @@
        '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
@@ -171,7 +171,7 @@
        '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'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If001f6e148fd63cdd94958bd1a8457ac8ac46176
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to