Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fleet-deployments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
KaaS
fleet-deployments
Commits
5b53c1dd
Commit
5b53c1dd
authored
1 year ago
by
alice grosch
Browse files
Options
Downloads
Patches
Plain Diff
Fiz jsccloud software mount path
parent
ed70351d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
managed_clusters/userdata_usernode.yaml
+2
-2
2 additions, 2 deletions
managed_clusters/userdata_usernode.yaml
with
2 additions
and
2 deletions
managed_clusters/userdata_usernode.yaml
+
2
−
2
View file @
5b53c1dd
...
...
@@ -46,8 +46,8 @@ runcmd:
-
echo "$(date) - Upgrade all packages done" >> /home/ubuntu/start.log
-
echo "$(date) - Configure autofs" >> /home/ubuntu/start.log
-
systemctl stop autofs
-
mkdir -p /p/
jsccloud/software
-
echo "/p/
jsccloud/software
-fstype=nfs,rw,vers=4,minorversion=2,proto=tcp,hard,nobind,rsize=32768,wsize=32768,nodiratime,fsc,timeo=100,noatime,nosuid,intr,nodev 10.0.2.249:/p/software" >> /etc/auto.nfs
-
mkdir -p /p/
software/jsccloud
-
echo "/p/
software/jsccloud
-fstype=nfs,rw,vers=4,minorversion=2,proto=tcp,hard,nobind,rsize=32768,wsize=32768,nodiratime,fsc,timeo=100,noatime,nosuid,intr,nodev 10.0.2.249:/p/software" >> /etc/auto.nfs
-
echo "$(date) - Enable autofs" >> /home/ubuntu/start.log
-
echo "/- /etc/auto.nfs --ghost --timeout=86400" >> /etc/auto.master
-
systemctl enable --now autofs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment