Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/277462
Change subject: Put eqiad in read-only mode for scheduled test ...................................................................... Put eqiad in read-only mode for scheduled test Change-Id: Ie3f798ac642ef97f660bd5589ef327743f2f99a1 --- M wmf-config/db-eqiad.php 1 file changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/62/277462/1 diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php index 83c6ada..88ada58 100644 --- a/wmf-config/db-eqiad.php +++ b/wmf-config/db-eqiad.php @@ -562,13 +562,13 @@ # This key must exist for the master switch script to work 'readOnlyBySection' => array( -# 'DEFAULT' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', # s3 -# 's1' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's2' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's4' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's5' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's6' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's7' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 'DEFAULT' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', # s3 + 's1' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's2' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's4' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's5' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's6' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's7' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', ), ); -- To view, visit https://gerrit.wikimedia.org/r/277462 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3f798ac642ef97f660bd5589ef327743f2f99a1 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
