Rush has uploaded a new change for review.

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

Change subject: tools: mount scratch on labstore1003 as well
......................................................................

tools: mount scratch on labstore1003 as well

In anticipation of moving scratch

Bug: T134896
Change-Id: I2f9e80aa13b77b98b6419b024d428a4862143268
---
M modules/role/manifests/labs/nfsclient.pp
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/57/305657/1

diff --git a/modules/role/manifests/labs/nfsclient.pp 
b/modules/role/manifests/labs/nfsclient.pp
index dc6212a..7dc61d1 100644
--- a/modules/role/manifests/labs/nfsclient.pp
+++ b/modules/role/manifests/labs/nfsclient.pp
@@ -35,6 +35,16 @@
         lookupcache => $lookupcache,
     }
 
+    labstore::nfs_mount { 'scratch-on-labstore1003':
+        mount_name  => 'scratch',
+        project     => $::labsproject,
+        options     => ['rw', 'soft', 'timeo=300', 'retrans=3'],
+        mount_path  => '/mnt/nfs/labstore1003-scratch',
+        server      => 'labstore1003.eqiad.wmnet',
+        share_path  => '/scratch',
+        lookupcache => $lookupcache,
+    }
+
     labstore::nfs_mount { 'dumps-on-labstore1003':
         mount_name  => 'dumps',
         project     => $::labsproject,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f9e80aa13b77b98b6419b024d428a4862143268
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <r...@wikimedia.org>

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

Reply via email to