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
bbc0d9a5
Commit
bbc0d9a5
authored
9 years ago
by
Daniele Kruse
Browse files
Options
Downloads
Patches
Plain Diff
putting in the new structures in proto file
parent
c025b52e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
objectstore/cta.proto
+36
-1
36 additions, 1 deletion
objectstore/cta.proto
with
36 additions
and
1 deletion
objectstore/cta.proto
+
36
−
1
View file @
bbc0d9a5
...
...
@@ -404,4 +404,39 @@ message SchedulerGlobalLock {
required
uint64
nextmountid
=
8000
;
}
// ------------- New interface ------------------------------------------------
message
Requester
{
required
string
groupName
=
8800
;
required
string
userName
=
8810
;
}
message
DRData
{
required
string
drBlob
=
8900
;
required
string
drGroup
=
8910
;
required
string
drInstance
=
8920
;
required
string
drOwner
=
8930
;
required
string
drPath
=
8940
;
}
message
ArchiveRequest
{
required
string
checksumtype
=
9000
;
required
string
checksumValue
=
9010
;
required
string
diskpoolName
=
9020
;
required
uint64
diskpoolThroughput
=
9030
;
required
DRData
drData
=
9040
;
required
string
eosFileID
=
9050
;
required
uint64
fileSize
=
9060
;
required
Requester
requester
=
9070
;
required
string
srcURL
=
9080
;
required
string
storageClass
=
9090
;
}
message
RetrieveRequest
{
required
uint64
archiveFileID
=
9100
;
required
string
diskpoolName
=
9110
;
required
uint64
diskpoolThroughput
=
9120
;
required
DRData
drData
=
9130
;
required
string
dstURL
=
9140
;
required
Requester
requester
=
9150
;
}
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