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
c24c7696
Commit
c24c7696
authored
Dec 18, 2019
by
Michael Davis
Browse files
Updates TapeFileLsItem copy no.
parent
722816c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
eos_cta/protobuf/cta_admin.proto
View file @
c24c7696
...
...
@@ -487,8 +487,8 @@ message TapeFileLsItem {
}
message
TapeFile
{
string
vid
=
1
;
//< Volume ID of the tape on which the file has been written
uint
8
copy_nb
=
2
;
//< Copy number
uint
8
num_copies
=
3
;
//< Number of tape copies of this file
uint
32
copy_nb
=
2
;
//< Copy number
uint
32
num_copies
=
3
;
//< Number of tape copies of this file
uint64
block_id
=
4
;
//< The position of the file on tape: Logical Block ID
uint64
f_seq
=
5
;
//< The position of the file on tape: File Sequence number
uint64
superseded_by_f_seq
=
6
;
//< The fSeq of the superseding tape file. Only valid if superseded_by_vid is not empty.
...
...
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