Jcrespo has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/373256 )
Change subject: mariadb: reduce shards replicated to dbstore2001 ...................................................................... mariadb: reduce shards replicated to dbstore2001 dbstore2001 cannot handle replication from all shards. Remove s1 and s4 (which are already on dbstore2002, as that hopefully will allow replication to happen normally). Increase the buffer pool available for the rest. Bug: T168409 Change-Id: I38004d0c171d1988e7040465e5261cb9ee628fc5 --- M hieradata/hosts/dbstore2001.yaml 1 file changed, 7 insertions(+), 9 deletions(-) Approvals: Marostegui: Looks good to me, but someone else must approve jenkins-bot: Verified Jcrespo: Looks good to me, approved diff --git a/hieradata/hosts/dbstore2001.yaml b/hieradata/hosts/dbstore2001.yaml index 392382c..283aaea 100644 --- a/hieradata/hosts/dbstore2001.yaml +++ b/hieradata/hosts/dbstore2001.yaml @@ -1,10 +1,8 @@ # Buffer pool sizes/instance enabled -role::mariadb::dbstore_multiinstance::num_instances: 8 -role::mariadb::dbstore_multiinstance::x1: '2G' -role::mariadb::dbstore_multiinstance::s2: '10G' -role::mariadb::dbstore_multiinstance::s3: '10G' -role::mariadb::dbstore_multiinstance::s6: '10G' -role::mariadb::dbstore_multiinstance::s7: '15G' -role::mariadb::dbstore_multiinstance::s1: '15G' -role::mariadb::dbstore_multiinstance::s4: '18G' -role::mariadb::dbstore_multiinstance::s5: '18G' +role::mariadb::dbstore_multiinstance::num_instances: 6 +role::mariadb::dbstore_multiinstance::s2: '15G' +role::mariadb::dbstore_multiinstance::s3: '20G' +role::mariadb::dbstore_multiinstance::s5: '25G' +role::mariadb::dbstore_multiinstance::s6: '15G' +role::mariadb::dbstore_multiinstance::s7: '20G' +role::mariadb::dbstore_multiinstance::x1: '5G' -- To view, visit https://gerrit.wikimedia.org/r/373256 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I38004d0c171d1988e7040465e5261cb9ee628fc5 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: Marostegui <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
