- Feb 06, 2018
-
-
Michael Davis authored
Now copies keytab between pods and changes ownership/permissions atomically
-
Steven Murray authored
This reverts commit fc001693. The CI was incorrectly failing. There was nothing wrong with the original commit that made the Catalogue class a pure interface.
-
Steven Murray authored
This reverts commit abe44e72.
-
Steven Murray authored
-
- Feb 05, 2018
-
-
Steven Murray authored
-
Michael Davis authored
-
- Feb 02, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
CTA_StorageClass was hard coded. In this version it is read from the extended attribute.
-
Michael Davis authored
-
- Feb 01, 2018
-
-
Michael Davis authored
-
Michael Davis authored
The workflow now includes the endpoint, which includes the Kubernetes namespace that the pod is running in.
-
Julien Leduc authored
-
Michael Davis authored
cta-cli.sss.keytab is deprecated. CTA Frontend now uses /etc/cta/eos.sss.keytab, which should contain one SSS key per EOS instance (only one in the case of CI).
-
- Jan 31, 2018
-
-
Michael Davis authored
This version of eos-server includes the WFE implementation for CLOSEW (default and CTA_Archived), ARCHIVED, PREPARE and DELETE. The bash scripts are no longer necessary.
-
Steven Murray authored
Moved maxTriesToConnect parameter to CatalogueFactory::create().
-
- Jan 30, 2018
-
-
Steven Murray authored
Corrected handling of LostDatabaseConnection exceptions within OracleCatalogue
-
Steven Murray authored
OracleCatalogue::deleteArchiveFileByDiskFileId() should re-connect to database if connection lost.
-
Steven Murray authored
OracleCatalogue::deleteArchiveFile() should re-connect to database if connection lost.
-
Steven Murray authored
-
Steven Murray authored
Refactored retryOnLostConnection() from OracleCatalogue and RdbmsCatalogue
-
Michael Davis authored
-
Michael Davis authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Michael Davis authored
Not required by new SSI interface as endpoint is specified in the workflow not in a configuration file. But it is still needed by cta-admin.
-
Steven Murray authored
-
- Jan 29, 2018
-
-
Steven Murray authored
RdbmsCatalogue::prepareToRetrieveFileByDiskFileId() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::prepareToRetrieveFile() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::noSpaceLeftOnTape() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeMountedForRetrieve() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeMountedForArchive() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::prepareForNewFile() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeLabelled() should re-connect to database if connection lost.
-
Steven Murray authored
OracleCatalogue::filesWrittenToTape() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::getTapesForWriting() should re-connect to database if connection lost.
-
Steven Murray authored
Revert "cta/CTA#186 CTA should cope with idle database connections being dropped by the database server" This reverts commit 610e08b3.
-
Steven Murray authored
Revert "cta/CTA#186 CTA should cope with idle database connections being dropped by the database server" This reverts commit 1be86a70.
-