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
ba88f7a0
Commit
ba88f7a0
authored
Jul 29, 2020
by
Michael Davis
Browse files
Adds comments to deprecated options
parent
dfc56982
Changes
1
Hide whitespace changes
Inline
Side-by-side
eos_cta/protobuf/cta_admin.proto
View file @
ba88f7a0
...
...
@@ -35,7 +35,7 @@ message OptionBoolean {
// hasOption options
ALL
=
6
;
CHECK_CHECKSUM
=
7
;
EXTENDED
=
8
;
EXTENDED
=
8
;
// DEPRECATED
JUSTARCHIVE
=
9
;
JUSTADDCOPIES
=
10
;
JUSTMOVE
=
11
;
...
...
@@ -137,13 +137,13 @@ message AdminCmd {
enum
Cmd
{
CMD_NONE
=
0
;
CMD_ADMIN
=
1
;
CMD_ARCHIVEFILE
=
2
;
CMD_ARCHIVEFILE
=
2
;
// DEPRECATED
CMD_ARCHIVEROUTE
=
3
;
CMD_DRIVE
=
4
;
CMD_FAILEDREQUEST
=
5
;
CMD_GROUPMOUNTRULE
=
6
;
CMD_LISTPENDINGARCHIVES
=
7
;
CMD_LISTPENDINGRETRIEVES
=
8
;
CMD_LISTPENDINGARCHIVES
=
7
;
// DEPRECATED
CMD_LISTPENDINGRETRIEVES
=
8
;
// DEPRECATED
CMD_LOGICALLIBRARY
=
9
;
CMD_MOUNTPOLICY
=
10
;
CMD_REPACK
=
11
;
...
...
@@ -152,8 +152,6 @@ message AdminCmd {
CMD_STORAGECLASS
=
14
;
CMD_TAPE
=
15
;
CMD_TAPEPOOL
=
16
;
// It would be better to renumber these into alphabetical order,
// as the order is used for the output of "cta-admin help"
CMD_DISKSYSTEM
=
17
;
CMD_TAPEFILE
=
18
;
CMD_VIRTUALORGANIZATION
=
19
;
...
...
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