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
cta
Commits
21184f5d
Commit
21184f5d
authored
Feb 16, 2016
by
Daniele Kruse
Browse files
Removed the filelist parameter from the repack and verify interface
parent
67dc8577
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/1_ctaCLI_Admin_Interface.txt
View file @
21184f5d
...
...
@@ -67,16 +67,16 @@ cta de/dedication add/ch/rm/ls:
ls
cta re/repack add/rm/ls/err:
add [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
[--expandandrepack/-d or --justexpand/-e or --justrepack/-r] [--tag/-t <tag_name>]
rm [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
add [--vid/-v <vid>] [--expandandrepack/-d or --justexpand/-e or --justrepack/-r] [--tag/-t <tag_name>]
rm [--vid/-v <vid>]
ls [--vid/-v <vid>]
err --vid/-v <vid>
cta sh/shrink --tapepool/-t <tapepool_name>
cta ve/verify add/rm/ls/err:
add [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
[--complete/-c] [--partial/-p <number_of_files_per_tape>] [--tag/-t <tag_name>]
rm [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
add [--vid/-v <vid>] [--complete/-c] [--partial/-p <number_of_files_per_tape>] [--tag/-t <tag_name>]
rm [--vid/-v <vid>]
ls [--vid/-v <vid>]
err --vid/-v <vid>
...
...
xroot_plugins/XrdCtaFile.cpp
View file @
21184f5d
...
...
@@ -1310,8 +1310,8 @@ void XrdProFile::xCom_dedication(const std::vector<std::string> &tokens, const c
void
XrdProFile
::
xCom_repack
(
const
std
::
vector
<
std
::
string
>
&
tokens
,
const
cta
::
common
::
dataStructures
::
SecurityIdentity
&
requester
)
{
std
::
stringstream
help
;
help
<<
tokens
[
0
]
<<
" re/repack add/rm/ls/err:"
<<
std
::
endl
<<
"
\t
add [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
[--expandandrepack/-d or --justexpand/-e or --justrepack/-r] [--tag/-t <tag_name>]"
<<
std
::
endl
<<
"
\t
rm [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
"
<<
std
::
endl
<<
"
\t
add [--vid/-v <vid>] [--expandandrepack/-d or --justexpand/-e or --justrepack/-r] [--tag/-t <tag_name>]"
<<
std
::
endl
<<
"
\t
rm [--vid/-v <vid>]"
<<
std
::
endl
<<
"
\t
ls [--vid/-v <vid>]"
<<
std
::
endl
<<
"
\t
err --vid/-v <vid>"
<<
std
::
endl
;
}
...
...
@@ -1330,8 +1330,8 @@ void XrdProFile::xCom_shrink(const std::vector<std::string> &tokens, const cta::
void
XrdProFile
::
xCom_verify
(
const
std
::
vector
<
std
::
string
>
&
tokens
,
const
cta
::
common
::
dataStructures
::
SecurityIdentity
&
requester
)
{
std
::
stringstream
help
;
help
<<
tokens
[
0
]
<<
" ve/verify add/rm/ls/err:"
<<
std
::
endl
<<
"
\t
add [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
[--complete/-c] [--partial/-p <number_of_files_per_tape>] [--tag/-t <tag_name>]"
<<
std
::
endl
<<
"
\t
rm [--vid/-v <vid>]
[--file/-f <filename_with_vid_list>]
"
<<
std
::
endl
<<
"
\t
add [--vid/-v <vid>] [--complete/-c] [--partial/-p <number_of_files_per_tape>] [--tag/-t <tag_name>]"
<<
std
::
endl
<<
"
\t
rm [--vid/-v <vid>]"
<<
std
::
endl
<<
"
\t
ls [--vid/-v <vid>]"
<<
std
::
endl
<<
"
\t
err --vid/-v <vid>"
<<
std
::
endl
;
}
...
...
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