Rush has submitted this change and it was merged.

Change subject: labstore: noatime for mount on 1004/1005
......................................................................


labstore: noatime for mount on 1004/1005

This mirrors current practice from labstore1001
Bug: T146154

Change-Id: I2f9441055ec7798e070dafe0f13565f167bdd450
---
M modules/role/templates/labs/nfs/nfs-manage.sh.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Rush: Looks good to me, approved
  Madhuvishy: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/role/templates/labs/nfs/nfs-manage.sh.erb 
b/modules/role/templates/labs/nfs/nfs-manage.sh.erb
index d42f158..01fdd7b 100644
--- a/modules/role/templates/labs/nfs/nfs-manage.sh.erb
+++ b/modules/role/templates/labs/nfs/nfs-manage.sh.erb
@@ -33,7 +33,7 @@
             -i eth0 <%= @subnet_gateway_ip %> &> /dev/null
 
         <% @drbd_resource_config.each do |resource, config| %>
-        mount <%= config['device'] %> <%= config['mount_path'] -%>
+        mount -o noatime <%= config['device'] %> <%= config['mount_path'] -%>
         <% end %>
 
         /usr/sbin/drbd-overview

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f9441055ec7798e070dafe0f13565f167bdd450
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>
Gerrit-Reviewer: Madhuvishy <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to