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
7b0619c2
Commit
7b0619c2
authored
8 years ago
by
Eric Cano
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into buildtree_runner
parents
bea29035
a1de4854
No related branches found
Branches containing commit
Tags
v0.0-18
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/CHEP2016/CHEP_2016_paper_CTA.pdf
+0
-0
0 additions, 0 deletions
doc/CHEP2016/CHEP_2016_paper_CTA.pdf
doc/CHEP2016/CHEP_2016_paper_CTA.tex
+12
-11
12 additions, 11 deletions
doc/CHEP2016/CHEP_2016_paper_CTA.tex
with
12 additions
and
11 deletions
doc/CHEP2016/CHEP_2016_paper_CTA.pdf
+
0
−
0
View file @
7b0619c2
No preview for this file type
This diff is collapsed.
Click to expand it.
doc/CHEP2016/CHEP_2016_paper_CTA.tex
+
12
−
11
View file @
7b0619c2
...
...
@@ -214,7 +214,7 @@ to route EOS disk files to specific tape pools:
\item
Tape pool.
\item
Archive route.
\end{itemize}
An EOS user archives a file to tape by copying the file into
to
an EOS directory
An EOS user archives a file to tape by copying the file into an EOS directory
that has been tagged with a CTA storage class. Within the EOS namespace a CTA
storage class is simply a name. For example the
\texttt
{
raw
\_
data
}
storage
class could be used to refer to user files that should have one copy on tape and
...
...
@@ -276,12 +276,12 @@ of the jobs it contains to allow efficient mount scheduling.
\subsection
{
Tape mount scheduling and job handling
}
Several competing requirements need to be taken into account when scheduling tape
drives. User-initiated accesses in both directions should be executed within a
bound latency (measured in the order of hours).
As m
ounting and dismounting tape
cartridge
s
to and from a drive c
osts about a minute each, t
he execution of a data
access is postponed until the amount of data to transfer makes it
worthwhile
or the job age is too high. User initiated mounts create an irregular
demand,
driven by the accelerator cycles and experiment data taking, as well as
various
analysis patterns.
bound latency (measured in the order of hours).
M
ounting and dismounting
a
tape
cartridge to and from a drive c
an take several minutes. T
he execution of a data
access is
therefore
postponed until the amount of data to transfer makes it
worthwhile
or the job age is too high. User initiated mounts create an irregular
demand,
driven by the accelerator cycles and experiment data taking, as well as
various
analysis patterns.
The maintenance tasks of retrieving and archiving for repack, and retrieving for
data verification are high bandwidth tasks with very relaxed latency
...
...
@@ -304,10 +304,11 @@ adjustments are expected as experience with CTA grows.
\subsection
{
Tape drive pre-emption
}
A background task that repacks or verifies a whole tape can take several hours.
Such long duration background tasks must be pre-empted when higher priority user
tasks arrive in order to meet the latency requirements of users. The tape
daemon will keep polling the scheduling information at a low rate and interrupt
a low priority background task if a higher priority one is available to replace
it.
tasks arrive in order to meet the latency requirements of users. A pre-empted
background task will be resumed at a later point in time when it again becomes
the highest priority task. The tape daemon will keep polling the scheduling
information at a low rate and interrupt a low priority background task if a
higher priority one is available to replace it.
This mixing of high and low priority tasks previously had to be handled by hand or
\textit
{
ad hoc
}
scripts in CASTOR.
...
...
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