Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
74
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
hpc-factory
Merge requests
!139
Feat make mount opts as variable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat make mount opts as variable
louistw/hpc-factory:feat-nfs-mount-opt
into
feat-hpc-factory
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Bo-Chun Chen
requested to merge
louistw/hpc-factory:feat-nfs-mount-opt
into
feat-hpc-factory
6 months ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Closes
#153 (closed)
Now the variable
mount_points
is a dictionary that includes:
src: mount source
path: mount path
opts: mount options
Edited
6 months ago
by
Bo-Chun Chen
👍
1
👎
0
Merge request reports
Viewing commit
929e9d2d
Prev
Next
Show latest version
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
929e9d2d
feat: add mode in variable
· 929e9d2d
Bo-Chun Chen
authored
6 months ago
ansible/group_vars/all
+
2
−
2
Options
@@ -30,8 +30,8 @@
# nfs_mounts related
use_autofs: false
mount_points:
- { "src": "master:/gpfs4", "path": "/gpfs4", "opts": "ro,sync,hard" }
- { "src": "master:/gpfs5", "path": "/gpfs5", "opts": "ro,sync,hard" }
- { "src": "master:/gpfs4", "path": "/gpfs4", "opts": "ro,sync,hard"
, "mode": "0755"
}
- { "src": "master:/gpfs5", "path": "/gpfs5", "opts": "ro,sync,hard"
, "mode": "0755"
}
#SSH Host Keys
S3_ENDPOINT: ""
Loading