Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
e573e1ee
Commit
e573e1ee
authored
5 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
[cta-admin] Removes deprecated --lbp option
parent
7f9b0e54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmdline/CtaAdminCmdParse.hpp
+2
-3
2 additions, 3 deletions
cmdline/CtaAdminCmdParse.hpp
with
2 additions
and
3 deletions
cmdline/CtaAdminCmdParse.hpp
+
2
−
3
View file @
e573e1ee
...
...
@@ -383,7 +383,6 @@ const Option opt_justmove { Option::OPT_FLAG, "--justmove",
const
Option
opt_justaddcopies
{
Option
::
OPT_FLAG
,
"--justaddcopies"
,
"-a"
,
""
};
const
Option
opt_justretrieve
{
Option
::
OPT_FLAG
,
"--justretrieve"
,
"-r"
,
""
};
const
Option
opt_lastfseq
{
Option
::
OPT_UINT
,
"--lastfseq"
,
"-l"
,
" <last_fseq>"
};
const
Option
opt_lbp
{
Option
::
OPT_BOOL
,
"--lbp"
,
"-p"
,
" <
\"
true
\"
or
\"
false
\"
>"
};
const
Option
opt_log
{
Option
::
OPT_FLAG
,
"--log"
,
"-l"
,
""
};
const
Option
opt_logicallibrary
{
Option
::
OPT_STR
,
"--logicallibrary"
,
"-l"
,
" <logical_library_name>"
};
const
Option
opt_logicallibrary_alias
{
Option
::
OPT_STR
,
"--name"
,
"-n"
,
" <logical_library_name>"
,
...
...
@@ -522,9 +521,9 @@ const std::map<cmd_key_t, cmd_val_t> cmdOptions = {
{{
AdminCmd
::
CMD_TAPE
,
AdminCmd
::
SUBCMD_LS
},
{
opt_header
.
optional
(),
opt_vid
.
optional
(),
opt_mediatype
.
optional
(),
opt_vendor
.
optional
(),
opt_logicallibrary
.
optional
(),
opt_tapepool
.
optional
(),
opt_vo
.
optional
(),
opt_capacity
.
optional
(),
opt_lbp
.
optional
(),
opt_disabled
.
optional
(),
opt_full
.
optional
(),
opt_all
.
optional
()
}},
opt_disabled
.
optional
(),
opt_full
.
optional
(),
opt_all
.
optional
()
}},
{{
AdminCmd
::
CMD_TAPE
,
AdminCmd
::
SUBCMD_LABEL
},
{
opt_vid
,
opt_force
.
optional
()
,
opt_lbp
.
optional
()
}},
{
opt_vid
,
opt_force
.
optional
()
}},
/*----------------------------------------------------------------------------------------------------*/
{{
AdminCmd
::
CMD_TAPEPOOL
,
AdminCmd
::
SUBCMD_ADD
},
{
opt_tapepool_alias
,
opt_vo
,
opt_partialtapes
,
opt_encrypted
,
opt_supply
.
optional
(),
opt_comment
}},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment