Skip to content
Snippets Groups Projects
Commit a14ad681 authored by mvelosob's avatar mvelosob
Browse files

add externalEncryptionKeyScript to the output of cta-admin --json drive ls (#1034)

parent 73c4d073
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ void DriveConfig::setTapedConfiguration(const cta::tape::daemon::TapedConfigurat
setConfigToDB(&config->nbDiskThreads, catalogue, tapeDriveName);
setConfigToDB(&config->useRAO, catalogue, tapeDriveName);
setConfigToDB(&config->raoLtoAlgorithm, catalogue, tapeDriveName);
setConfigToDB(&config->externalEncryptionKeyScript, catalogue, tapeDriveName);
setConfigToDB(&config->raoLtoOptions, catalogue, tapeDriveName);
setConfigToDB(&config->wdScheduleMaxSecs, catalogue, tapeDriveName);
setConfigToDB(&config->wdMountMaxSecs, catalogue, tapeDriveName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment