Skip to content
GitLab
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
65a76e6f
Commit
65a76e6f
authored
Nov 27, 2019
by
Michael Davis
Browse files
Removes deprecated options from CTA Admin protobufs
parent
290e03c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
eos_cta/protobuf/cta_admin.proto
View file @
65a76e6f
...
...
@@ -42,12 +42,6 @@ message OptionBoolean {
JUSTRETRIEVE
=
12
;
SHOW_LOG_ENTRIES
=
13
;
SUMMARY
=
14
;
// DEPRECATED options (to be deleted)
LBP
=
1000
;
JUSTEXPAND
=
1001
;
JUSTREPACK
=
1002
;
SHOW_HEADER
=
1003
;
}
Key
key
=
1
;
...
...
@@ -109,10 +103,6 @@ message OptionString {
DISK_SYSTEM
=
21
;
FILE_REGEXP
=
22
;
FREE_SPACE_QUERY_URL
=
23
;
// DEPRECATED options
OWNER
=
1000
;
GROUP
=
1001
;
}
Key
key
=
1
;
...
...
@@ -152,9 +142,6 @@ message AdminCmd {
CMD_TAPE
=
15
;
CMD_TAPEPOOL
=
16
;
CMD_DISKSYSTEM
=
17
;
CMD_SHRINK
=
1000
;
//< DEPRECATED
CMD_TEST
=
1001
;
//< DEPRECATED
CMD_VERIFY
=
1002
;
//< DEPRECATED
}
enum
SubCmd
{
SUBCMD_NONE
=
0
;
...
...
@@ -169,9 +156,6 @@ message AdminCmd {
SUBCMD_DOWN
=
9
;
SUBCMD_RETRY
=
10
;
SUBCMD_SHOW
=
11
;
SUBCMD_READ
=
1000
;
//< DEPRECATED
SUBCMD_WRITE
=
1001
;
//< DEPRECATED
SUBCMD_WRITE_AUTO
=
1002
;
//< DEPRECATED
}
Cmd
cmd
=
1
;
//< The primary command
...
...
@@ -376,9 +360,9 @@ message MountPolicyLsItem {
}
message
RepackDestinationInfos
{
string
vid
=
1
;
uint64
files
=
2
;
uint64
bytes
=
3
;
string
vid
=
1
;
uint64
files
=
2
;
uint64
bytes
=
3
;
}
message
RepackLsItem
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment