ArielGlenn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/402489 )

Change subject: add labs lvm setup for dumps snapshot instances without nfs 
filesystems
......................................................................

add labs lvm setup for dumps snapshot instances without nfs filesystems

This will give us space to write dumps for testing.

Change-Id: I80426a5972f6d6743ba304e6a7b157b01bd83d73
---
A modules/profile/manifests/labs/lvm/data.pp
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/89/402489/1

diff --git a/modules/profile/manifests/labs/lvm/data.pp 
b/modules/profile/manifests/labs/lvm/data.pp
new file mode 100644
index 0000000..f1e04ff
--- /dev/null
+++ b/modules/profile/manifests/labs/lvm/data.pp
@@ -0,0 +1,8 @@
+# Allocate all of the instance's extra space as /data
+#
+# filtertags: labs-common
+class profile::labs::lvm::data {
+    labs_lvm::volume { 'data-local-disk':
+        mountat => '/data',
+    }
+}

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

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

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

Reply via email to