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
Harbor 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
b3b4703b
Commit
b3b4703b
authored
1 year ago
by
Pablo Oliver Cortes
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "`RepackMaxRequestsToExpand` configuration is not reported in `driveConfig`"
parent
6d4c9752
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes.md
+1
-0
1 addition, 0 deletions
ReleaseNotes.md
catalogue/DriveConfig.cpp
+1
-0
1 addition, 0 deletions
catalogue/DriveConfig.cpp
with
2 additions
and
0 deletions
ReleaseNotes.md
+
1
−
0
View file @
b3b4703b
...
...
@@ -10,6 +10,7 @@
-
cta/CTA#482 - Fix bugs reported by SonarCloud in tape server, scheduler and objectstore
-
cta/CTA#473 - Fix some code smells from repack expansion changes.
-
cta/CTA#500 - Safely handle empty shards in object store
-
cta/CTA#501 - Report max requests to expand in cta-admin command
-
cta/CTA#509 - Avoid looping in cleaning up state
### Features
...
...
This diff is collapsed.
Click to expand it.
catalogue/DriveConfig.cpp
+
1
−
0
View file @
b3b4703b
...
...
@@ -56,6 +56,7 @@ void DriveConfig::setTapedConfiguration(const cta::tape::daemon::TapedConfigurat
setConfigToDB
(
&
config
->
authenticationSSSKeytab
,
catalogue
,
tapeDriveName
);
setConfigToDB
(
&
config
->
useRepackManagement
,
catalogue
,
tapeDriveName
);
setConfigToDB
(
&
config
->
useMaintenanceProcess
,
catalogue
,
tapeDriveName
);
setConfigToDB
(
&
config
->
repackMaxRequestsToExpand
,
catalogue
,
tapeDriveName
);
setConfigToDB
(
&
config
->
externalFreeDiskSpaceScript
,
catalogue
,
tapeDriveName
);
setConfigToDB
(
&
config
->
tapeLoadTimeout
,
catalogue
,
tapeDriveName
);
setConfigToDB
(
&
config
->
wdGlobalLockAcqMaxSecs
,
catalogue
,
tapeDriveName
);
...
...
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