Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
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
Harbor 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
dCache
cta
Commits
0e46e68c
Commit
0e46e68c
authored
3 years ago
by
Oliver Keeble
Browse files
Options
Downloads
Patches
Plain Diff
Configure mhvtl correctly when it is built locally
parent
541e8f4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/buildtree_runner/mhvtl.conf
+3
-0
3 additions, 0 deletions
continuousintegration/buildtree_runner/mhvtl.conf
continuousintegration/buildtree_runner/recreate_buildtree_running_environment.sh
+2
-1
2 additions, 1 deletion
...uildtree_runner/recreate_buildtree_running_environment.sh
with
5 additions
and
1 deletion
continuousintegration/buildtree_runner/mhvtl.conf
+
3
−
0
View file @
0e46e68c
# Home directory for config file(s)
MHVTL_CONFIG_PATH
=/
etc
/
mhvtl
# Home directory for tape emulation files
MHVTL_HOME_PATH
=/
opt
/
mhvtl
# Default media capacity (500 M)
CAPACITY
=
1000
...
...
This diff is collapsed.
Click to expand it.
continuousintegration/buildtree_runner/recreate_buildtree_running_environment.sh
+
2
−
1
View file @
0e46e68c
...
...
@@ -63,7 +63,8 @@ ls -lR /opt/mhvtl
mkdir
-p
/opt/mhvtl
sudo
groupadd vtl
||
true
sudo
adduser vtl
-g
vtl
||
true
chown
vtl.vtl /opt/mhvtl
sudo
make_vtl_media
-C
/etc/mhvtl
chown
-R
vtl.vtl /opt/mhvtl
################################################################################
#### Start mhvtl
...
...
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