Skip to content
Snippets Groups Projects
Commit f4d98b3a authored by Volodymyr Yurchenko's avatar Volodymyr Yurchenko
Browse files

Log loading encryption script and pass it to DriveHandler

parent 95c5f385
Branches
Tags
No related merge requests found
......@@ -1069,6 +1069,7 @@ int DriveHandler::runChild() {
dataTransferConfig.fetchEosFreeSpaceScript = m_tapedConfig.fetchEosFreeSpaceScript.value();
dataTransferConfig.tapeLoadTimeout = m_tapedConfig.tapeLoadTimeout.value();
dataTransferConfig.xrootPrivateKey = "";
dataTransferConfig.externalEncryptionKeyScript = m_tapedConfig.externalEncryptionKeyScript.value();
// Before launching, and if this is the first session since daemon start, we will
// put the drive down.
......
......@@ -138,6 +138,7 @@ TapedConfiguration TapedConfiguration::createFromCtaConf(
ret.daemonGroupName.log(log);
ret.logMask.log(log);
ret.tpConfigPath.log(log);
ret.externalEncryptionKeyScript.log(log);
ret.bufferSizeBytes.log(log);
ret.bufferCount.log(log);
......@@ -150,7 +151,7 @@ TapedConfiguration TapedConfiguration::createFromCtaConf(
ret.nbDiskThreads.log(log);
ret.useRAO.log(log);
ret.wdIdleSessionTimer.log(log);
ret.wdMountMaxSecs.log(log);
ret.wdNoBlockMoveMaxSecs.log(log);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment