Faidon has uploaded a new change for review. https://gerrit.wikimedia.org/r/80195
Change subject: filebackend: switch master to Ceph ...................................................................... filebackend: switch master to Ceph No issues have cropped up, promote Ceph to be the filebackend master and demote Swift. Change-Id: I0c774ad68a228e847feca2d8f15e21a801302023 --- M wmf-config/filebackend.php 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/95/80195/1 diff --git a/wmf-config/filebackend.php b/wmf-config/filebackend.php index 4ba64b2..7de2d48 100644 --- a/wmf-config/filebackend.php +++ b/wmf-config/filebackend.php @@ -143,8 +143,8 @@ 'fileJournal' => array( 'class' => 'DBFileJournal', 'wiki' => $wgDBname, 'ttlDays' => $wmfFileJournalTTL ), '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' => false ) + array( 'template' => 'local-swift', 'isMultiMaster' => false ), + array( 'template' => 'local-ceph', 'isMultiMaster' => true ) ), 'syncChecks' => ( 1 | 4 ), // (size & sha1) 'autoResync' => 'conservative' // bug 39221 @@ -157,8 +157,8 @@ 'fileJournal' => array( 'class' => 'DBFileJournal', 'wiki' => 'commonswiki', 'ttlDays' => $wmfFileJournalTTL ), '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' => false ) + array( 'template' => 'shared-swift', 'isMultiMaster' => false ), + array( 'template' => 'shared-ceph', 'isMultiMaster' => true ) ), 'syncChecks' => ( 1 | 4 ), // (size & sha1) 'autoResync' => 'conservative' // bug 39221 @@ -170,8 +170,8 @@ 'lockManager' => 'nullLockManager', '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' => false ) + array( 'template' => 'global-swift', 'isMultiMaster' => false ), + array( 'template' => 'global-ceph', 'isMultiMaster' => true ) ), 'syncChecks' => ( 1 | 4 ), // (size & sha1) 'autoResync' => 'conservative' -- To view, visit https://gerrit.wikimedia.org/r/80195 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c774ad68a228e847feca2d8f15e21a801302023 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