Akosiaris has uploaded a new change for review.

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


Change subject: Adding Default pool to backup
......................................................................

Adding Default pool to backup

Also fix a disambiguity  in a fileset name

Change-Id: Ia98d0b4185a74b1728fbcb0ad3d357780b8596f0
---
M manifests/role/backup.pp
1 file changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/71/79771/1

diff --git a/manifests/role/backup.pp b/manifests/role/backup.pp
index 7010364..ece10fa 100644
--- a/manifests/role/backup.pp
+++ b/manifests/role/backup.pp
@@ -24,6 +24,13 @@
         volume_retention => '180 days',
     }
 
+    # Default pool needed internally by bacula
+    bacula::director::pool { 'Default':
+        max_vols         => 1,
+        storage          => 'FileStorage1',
+        volume_retention => '1800 days',
+    }
+
     # One schedule per day of the week.
     # Setting execution times so that it is unlikely jobs will run concurrently
     # with cron.{hourly,daily,monthly} or other cronscripts
@@ -57,7 +64,7 @@
     bacula::director::fileset { 'mnt-a':
         includes => [ '/mnt/a' ]
     }
-    bacula::director::fileset { 'root':
+    bacula::director::fileset { 'roothome':
         includes => [ '/root' ]
     }
     bacula::director::fileset { 'srv-autoinstall':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia98d0b4185a74b1728fbcb0ad3d357780b8596f0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Akosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to