Ori.livneh has uploaded a new change for review.

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


Change subject: EventLogging on vanadium: move MongoDB data from /srv to /a
......................................................................

EventLogging on vanadium: move MongoDB data from /srv to /a

/srv (well, /) is full; plenty of space on /a.

Change-Id: I040fdc34c133061226cf471beafdf0e25f5be6ee
---
M manifests/role/eventlogging.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/38/86638/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index 103c11c..94182b0 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -88,7 +88,7 @@
 
     if $mongo_host == '127.0.0.1' {
         class { 'mongodb':
-            dbpath   => '/srv/mongodb',
+            dbpath   => '/a/mongodb',
             settings => {
                 auth => true,
             },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I040fdc34c133061226cf471beafdf0e25f5be6ee
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

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

Reply via email to