Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/228179
Change subject: labstore: Fixup start-nfs for new storage layout ...................................................................... labstore: Fixup start-nfs for new storage layout - sync-exports isn't needed, the nfs-exports daemon takes care of that - Uses new endpoints for tools, maps and others mounts Bug: T106590 Change-Id: Ia290d09db491935137e977ad532a65a0e937651e --- M modules/labstore/files/start-nfs 1 file changed, 3 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/79/228179/1 diff --git a/modules/labstore/files/start-nfs b/modules/labstore/files/start-nfs index 3bd06f7..a28818b 100755 --- a/modules/labstore/files/start-nfs +++ b/modules/labstore/files/start-nfs @@ -27,10 +27,9 @@ fi /usr/sbin/service nfs-kernel-server stop -/bin/mount /srv/project +/bin/mount /srv/project/tools +/bin/mount /srv/project/maps +/bin/mount /srv/others /bin/mount /srv/scratch -/bin/mount /srv/keys -/usr/local/sbin/sync-exports -/usr/sbin/service nfs-project-exports start /sbin/ip addr add dev eth0 10.64.37.10/24 /usr/sbin/service nfs-kernel-server start -- To view, visit https://gerrit.wikimedia.org/r/228179 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia290d09db491935137e977ad532a65a0e937651e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
