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
57e4db55
Commit
57e4db55
authored
Mar 11, 2020
by
Michael Davis
Browse files
Adds back 2 deprecated fields
parent
88ab7567
Changes
1
Hide whitespace changes
Inline
Side-by-side
eos_cta/protobuf/cta_admin.proto
View file @
57e4db55
...
...
@@ -248,6 +248,9 @@ message ArchiveRouteLsItem {
cta.common.EntryLog
creation_log
=
4
;
cta.common.EntryLog
last_modification_log
=
5
;
string
comment
=
6
;
// DEPRECATED: will be removed
string
instance
=
9999
;
}
message
DriveConfigItem
{
...
...
@@ -437,6 +440,9 @@ message StorageClassLsItem {
cta.common.EntryLog
creation_log
=
4
;
cta.common.EntryLog
last_modification_log
=
5
;
string
comment
=
6
;
// DEPRECATED: will be removed
string
disk_instance
=
9999
;
}
message
TapeLsItem
{
...
...
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