Rush has uploaded a new change for review. https://gerrit.wikimedia.org/r/321875
Change subject: labstore: add tools-home and tools-project to nfs-exportd ...................................................................... labstore: add tools-home and tools-project to nfs-exportd These names were changed in the nfs-mount definition but are not being picked up currently for dynamic generation. Change-Id: I4ac8404114ba9eaaa1ca72ba85f2c167f6356e59 --- M modules/labstore/files/nfs-exportd 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/75/321875/1 diff --git a/modules/labstore/files/nfs-exportd b/modules/labstore/files/nfs-exportd index 84a5c68..1e33d9a 100755 --- a/modules/labstore/files/nfs-exportd +++ b/modules/labstore/files/nfs-exportd @@ -32,7 +32,7 @@ # Volumes that need an entry in exports.d -VOLUMES_NEEDING_EXPORTS = ['project', 'home'] +VOLUMES_NEEDING_EXPORTS = ['project', 'home', 'tools-home', 'tools-project'] def is_valid_ipv4(ip): -- To view, visit https://gerrit.wikimedia.org/r/321875 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4ac8404114ba9eaaa1ca72ba85f2c167f6356e59 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rush <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
