Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
660644d2
Commit
660644d2
authored
Jun 14, 2020
by
Steven Murray
Browse files
Renamed media type T10K-500G to T10K500G
parent
acd66b39
Changes
1
Hide whitespace changes
Inline
Side-by-side
continuousintegration/orchestration/tests/prepare_tests.sh
View file @
660644d2
...
...
@@ -117,7 +117,7 @@ kubectl --namespace ${NAMESPACE} exec ctacli -- cta-admin --json version | jq
--comment
"ctasystest"
# add the media type of the tapes
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
"T10K
-
500G"
\
--name
"T10K500G"
\
--capacity
500000000000
\
--primarydensitycode
74
\
--cartridge
"T10000"
\
...
...
@@ -126,7 +126,7 @@ kubectl --namespace ${NAMESPACE} exec ctacli -- cta-admin --json version | jq
for
((
i
=
0
;
i<
${#
TAPES
[@]
}
;
i++
))
;
do
VID
=
${
TAPES
[
${
i
}
]
}
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin tape add
\
--mediatype
"T10K
-
500G"
\
--mediatype
"T10K500G"
\
--vendor
vendor
\
--logicallibrary
${
TAPEDRIVES_IN_USE
[
${
i
}
%
${
NB_TAPEDRIVES_IN_USE
}
]
}
\
--tapepool
ctasystest
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment