jenkins-bot has submitted this change and it was merged.
Change subject: Enable async swift writes to all wikis except commons
......................................................................
Enable async swift writes to all wikis except commons
Change-Id: Ic437670fa04502e8e9672b7fcb7c417ff2dceb37
---
M wmf-config/filebackend-production.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Filippo Giunchedi: Looks good to me, but someone else must approve
EBernhardson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/filebackend-production.php
b/wmf-config/filebackend-production.php
index 2af5f37..974fa7b 100644
--- a/wmf-config/filebackend-production.php
+++ b/wmf-config/filebackend-production.php
@@ -92,7 +92,7 @@
'wikiId' => "{$site}-{$lang}",
'lockManager' => 'redisLockManager',
# DO NOT change the master backend unless it is fully trusted or
autoRsync is off
- 'backends' => in_array( $wgDBname, $wmfSwiftBigWikis )
+ 'backends' => ( $wgDBname === 'commonswiki' )
? array( array( 'template' => 'local-swift-eqiad',
'isMultiMaster' => true ) )
: array(
array( 'template' => 'local-swift-eqiad',
'isMultiMaster' => true ),
--
To view, visit https://gerrit.wikimedia.org/r/273007
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic437670fa04502e8e9672b7fcb7c417ff2dceb37
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: EBernhardson <[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