Rush has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/357562 )

Change subject: Configure fixed lock manager ports for labstore NFS servers
......................................................................


Configure fixed lock manager ports for labstore NFS servers

This is needed to be able to configure ferm rules for those
ports.

Bug: T165136
Change-Id: I9d8a7899f0f7f75c4fc358707ff6d01d21be06d3
---
M modules/labstore/manifests/init.pp
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Rush: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/labstore/manifests/init.pp 
b/modules/labstore/manifests/init.pp
index 520cb0e..904cc3b 100644
--- a/modules/labstore/manifests/init.pp
+++ b/modules/labstore/manifests/init.pp
@@ -39,6 +39,14 @@
         source => 'puppet:///modules/labstore/snapshot-manager.py',
     }
 
+    file { '/etc/modprobe.d/nfs-lockd.conf':
+        ensure  => present,
+        owner   => 'root',
+        group   => 'root',
+        mode    => '0644',
+        content => 'options lockd nlm_udpport=32768 nlm_tcpport=32769',
+    }
+
     file { '/etc/default/nfs-common':
         ensure => present,
         owner  => 'root',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9d8a7899f0f7f75c4fc358707ff6d01d21be06d3
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Ayounsi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[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