Faidon Liambotis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/93708
Change subject: geoip: don't filebucket geoip databases
......................................................................
geoip: don't filebucket geoip databases
GeoIP databases are a whopping 88M now, most of which changes every
week. Filebucketing them up on change is stupid, as we can always
recover past versions anyway and a waste of space across the fleet.
clientbucket on e.g. analytics1001 even before the latest changes (so
for about half the data) is 765M.
Set backup => false to the directory to fix this.
Change-Id: Iceec735c2530bfe6c2699935df1955c25db285e4
---
M modules/geoip/manifests/data/puppet.pp
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/08/93708/1
diff --git a/modules/geoip/manifests/data/puppet.pp
b/modules/geoip/manifests/data/puppet.pp
index 42151d9..6f043e1 100644
--- a/modules/geoip/manifests/data/puppet.pp
+++ b/modules/geoip/manifests/data/puppet.pp
@@ -15,5 +15,6 @@
ensure => directory,
source => $source,
recurse => true,
+ backup => false,
}
}
--
To view, visit https://gerrit.wikimedia.org/r/93708
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iceec735c2530bfe6c2699935df1955c25db285e4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits