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
xrootd-ssi-protobuf-interface
Commits
88ab7567
Commit
88ab7567
authored
Mar 11, 2020
by
Michael Davis
Browse files
Adds object identifier to FailedRequest message
parent
41148c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
eos_cta/protobuf/cta_admin.proto
View file @
88ab7567
...
...
@@ -296,14 +296,15 @@ message DriveLsItem {
}
message
FailedRequestLsItem
{
RequestType
request_type
=
1
;
cta.common.RequesterId
requester
=
2
;
cta.common.ArchiveFile
af
=
3
;
cta.common.TapeFile
tf
=
4
;
string
tapepool
=
5
;
//< For archive requests only
uint64
copy_nb
=
6
;
uint32
totalretries
=
7
;
repeated
string
failurelogs
=
8
;
string
object_id
=
1
;
//< Address of the request in the objectstore
RequestType
request_type
=
2
;
cta.common.RequesterId
requester
=
3
;
cta.common.ArchiveFile
af
=
4
;
cta.common.TapeFile
tf
=
5
;
string
tapepool
=
6
;
//< For archive requests only
uint64
copy_nb
=
7
;
uint32
totalretries
=
8
;
repeated
string
failurelogs
=
9
;
}
message
FailedRequestLsSummary
{
...
...
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