Faidon Liambotis has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Looks good to me, approved
  Faidon Liambotis: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Iceec735c2530bfe6c2699935df1955c25db285e4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to