Cmjohnson has submitted this change and it was merged.

Change subject: gallium: SSD drive using XFS
......................................................................


gallium: SSD drive using XFS

We have added a SSD drive. Per RT #4916 that is using a xfs filesystem.
I have chosen to mount it at /srv/ssd/ to make it obvious.

Change-Id: I70ceadf56a5dba98d0c5f2b2c92a2a7ae74e458e
---
M manifests/site.pp
1 file changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Cmjohnson: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 857f2fa..bb7d975 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -924,6 +924,20 @@
                admins::roots,
                admins::jenkins
 
+       # gallium received a SSD drive (RT #4916) mount it
+       file { '/srv/ssd':
+               owner => root,
+               group => root,
+               ensure => directory,
+       }
+       mount { '/srv/ssd':
+               ensure => mounted,
+               device => '/dev/sdb1',
+               fstype => 'xfs',
+               options => 'noatime,nodiratime,nobarrier,logbufs=8',
+               require => File['/srv/ssd'],
+       }
+
        install_certificate{ "star.mediawiki.org": }
        install_certificate{ "star.wikimedia.org": }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I70ceadf56a5dba98d0c5f2b2c92a2a7ae74e458e
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Cmjohnson <cmjohn...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>

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

Reply via email to