Andrew Bogott has uploaded a new change for review.
https://gerrit.wikimedia.org/r/196225
Change subject: Refresh nfs exports much more often.
......................................................................
Refresh nfs exports much more often.
Previously it was every 3 minutes, now every 1 minute. With
luck this will reduce the number of new instances with failing
NFS mounts.
Change-Id: Icd75cb3a50adef03d6c12802f1d1194e8f3b51a3
---
M modules/ldap/files/scripts/manage-nfs-volumes-daemon
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/25/196225/1
diff --git a/modules/ldap/files/scripts/manage-nfs-volumes-daemon
b/modules/ldap/files/scripts/manage-nfs-volumes-daemon
index abbfe67..a3f528e 100755
--- a/modules/ldap/files/scripts/manage-nfs-volumes-daemon
+++ b/modules/ldap/files/scripts/manage-nfs-volumes-daemon
@@ -69,7 +69,7 @@
while True:
self.refresh_volumes()
- time.sleep(180)
+ time.sleep(60)
# Updates a member var:
#
--
To view, visit https://gerrit.wikimedia.org/r/196225
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd75cb3a50adef03d6c12802f1d1194e8f3b51a3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits