- Jun 04, 2019
-
-
Cedric CAFFY authored
Deleted the checking of the presence of non superseded files during an Archive Mount.
-
- May 28, 2019
-
-
Michael Davis authored
These commands are not implemented so I have removed them from the cta-admin interface.
-
- May 22, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- May 20, 2019
-
-
Steven Murray authored
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Added a check while mounting a tape for writing : if some tape files located in the writing tape are not superseded by others, the write session will fail. Note: The test CatalogueTest.exist_non_superseded_files_after_fseq is supposed to fail.
-
- Feb 27, 2019
-
-
Cedric CAFFY authored
Harmonized the copyNb type to uint32_t Corrected a bug in RetrieveQueue::getContainerSummary() --> After insertion in the queue, the number of files and bytes added were equal to 0.
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 11, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Dec 18, 2018
-
-
Steven Murray authored
-
- Dec 17, 2018
-
-
Steven Murray authored
Added the first version of the specification of the Catalogue::getTapeFilesForRepack() method - there's no implementation yet
-
- Dec 11, 2018
-
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- Nov 01, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Sep 10, 2018
-
-
Eric Cano authored
Added partial support for repack queueing in scheduler database, scheduler and CLI.
-
- Jul 31, 2018
-
-
Steven Murray authored
-
- Jul 04, 2018
-
-
Eric Cano authored
The catalogue can receive polymorphic items as input for recording. The strict sequencing of fSeqs is still enforced. Currently, 2 items types are recorded: files and placehoders. Files are recorded to the tape catalogue, while place holders are not, but they are used to enforce the fSeq sequencing.
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- Mar 26, 2018
-
- Feb 28, 2018
-
-
Steven Murray authored
-
- Feb 13, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 06, 2018
-
-
Steven Murray authored
This reverts commit 5ac9086c. 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 e07bb359.
-
Steven Murray authored
-
- Jan 29, 2018
-
-
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 1587c5b6.
-
Steven Murray authored
Refactored RdbmsCatalogue::getTapesForWriting() to be like OracleCatalogue::filesWrittenToTape()
-
- Nov 14, 2017
-
-
Steven Murray authored
Moved TapePool from common::dataStructures:: to catalogue:: because it belongs to the Catalogue interface
-
- Nov 10, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
- Nov 09, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
- Aug 14, 2017
-
-
Steven Murray authored
-
- Aug 11, 2017
-
- Jul 17, 2017
-
-
Steven Murray authored
This commit does two things. Firstly it puts back the call from: XrdCtaFile::xCom_deletearchive() to: Scheduler::deleteArchive() Secondly it moves the reponsibility of logging the "Archive File Deleted" message from the CTA front-end (XrdCtaFile) to the CTA catalogue. Please note that Scheduler::deleteArchive() still does not call SchedulerDatabase::deleteArchiveRequest().
-