Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review NFS mount options #67

Open
christopheredsall opened this issue Nov 13, 2019 · 1 comment
Open

Review NFS mount options #67

christopheredsall opened this issue Nov 13, 2019 · 1 comment

Comments

@christopheredsall
Copy link
Contributor

christopheredsall commented Nov 13, 2019

At the moment we mount the NFS filesystem with the options defaults,nofail,nosuid

https://github.com/ACRC/slurm-ansible-playbook/blob/bf3e524ec7a51995e0c07c376184037cfd5e38b0/roles/filesystem/tasks/main.yml#L15-L21

What are the recommended options for each cloud service provider?

@christopheredsall
Copy link
Contributor Author

For AWS the recommendations are

sudo mount -t nfs -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport file-system-id.efs.aws-region.amazonaws.com:/ efs-mount-point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant