Skip to content
Snippets Groups Projects
Commit b3b4703b authored by Pablo Oliver Cortes's avatar Pablo Oliver Cortes
Browse files

Resolve "`RepackMaxRequestsToExpand` configuration is not reported in `driveConfig`"

parent 6d4c9752
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment