Skip to content
Snippets Groups Projects
Commit a1fa74e9 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: make the nfs mount default to ro

parent f9d73d57
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@
# nfs_mounts related
use_autofs: false
mount_points:
- { "src": "master:/gpfs4", "path": "/gpfs4", "opts": "rw,sync,hard" }
- { "src": "master:/gpfs5", "path": "/gpfs5", "opts": "rw,sync,hard" }
- { "src": "master:/gpfs4", "path": "/gpfs4", "opts": "ro,sync,hard" }
- { "src": "master:/gpfs5", "path": "/gpfs5", "opts": "ro,sync,hard" }
#SSH Host Keys
S3_ENDPOINT: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment