Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/58887
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/87/58887/1 diff --git a/manifests/site.pp b/manifests/site.pp index 857f2fa..d2e9ecc 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/sdc', + 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: newchange Gerrit-Change-Id: I70ceadf56a5dba98d0c5f2b2c92a2a7ae74e458e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <has...@free.fr> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits