Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/191549

Change subject: Reduce backups retention period to 60 days
......................................................................

Reduce backups retention period to 60 days

The amount of backed up data has increased considerably and the 6 months
retention period that we used to have no longer makes sense. Volumes
need to be recycled way before that, usually just short of 3 months.
Setting the retention period for both jobs as well as volumes to 60 days
which is roughly 2 months.

Change-Id: I5057136b15ded57d66947b0ade09bd9ff348ee67
---
M manifests/role/backup.pp
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/49/191549/1

diff --git a/manifests/role/backup.pp b/manifests/role/backup.pp
index 9f47838..c52dc49 100644
--- a/manifests/role/backup.pp
+++ b/manifests/role/backup.pp
@@ -23,8 +23,8 @@
     class { 'bacula::client':
         director       => $role::backup::config::director,
         catalog        => 'production',
-        file_retention => '90 days',
-        job_retention  => '6 months',
+        file_retention => '60 days',
+        job_retention  => '60 days',
     }
 
 
@@ -67,7 +67,7 @@
     bacula::director::pool { $pool:
         max_vols         => 50,
         storage          => "${onsite_sd}-FileStorage1",
-        volume_retention => '180 days',
+        volume_retention => '60 days',
         label_fmt        => $pool,
         max_vol_bytes    => '536870912000',
         next_pool        => $offsite_pool,
@@ -93,7 +93,7 @@
     bacula::director::pool { $offsite_pool:
         max_vols         => 50,
         storage          => "${offsite_sd}-FileStorage1",
-        volume_retention => '180 days',
+        volume_retention => '60 days',
         label_fmt        => $offsite_pool,
         max_vol_bytes    => '536870912000',
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/191549
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5057136b15ded57d66947b0ade09bd9ff348ee67
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

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

Reply via email to