We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment we mount the NFS filesystem with the options defaults,nofail,nosuid
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: