- Feb 18, 2020
-
-
Cedric CAFFY authored
Added UNIQUE constraint on STORAGE_CLASS_NAME and removed the the UNIQUE constraint on DISK_INSTANCE_NAME and STORAGE_CLASS_NAME
-
- Feb 13, 2020
-
-
Cedric CAFFY authored
Tape session finished message now tells if the tape has been mounted or not via the boolean wasTapeMounted
-
Cedric CAFFY authored
If the RecallTaskInjector had to do RAO query that takes too much time, the TapeReadSingleThread could start its infinite loop with no Recall task in it, this would cause the stopping of the RecallTaskInjector. Thus, even if there are Retrieve jobs in the queue, as the RecallTaskInjector is stopped, the TapeReadSingleThread will not be feed with Read tasks and will terminate. The remaining jobs in the queue will trigger a new mount
-
- Jan 29, 2020
-
-
Steven Murray authored
-
- Dec 06, 2019
-
-
Cedric CAFFY authored
The catalogue.ping() method now checks the equality between the MAJOR version number of the CTA schema version and the MAJOR version number in the database
-
- Nov 29, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected the segmentation fault problem if exception happens while the reporting of ArchiveSuccesses fails
-
- Nov 15, 2019
-
-
Julien Leduc authored
-
Julien Leduc authored
-
- Nov 11, 2019
-
-
Cedric CAFFY authored
Changed the log message at the starting of cta-taped. If an exception happens, the error messages will tell that cta-taped cannot start.
-
- Oct 23, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected scheduling to wait for more files to be queued before creating ArchiveForRepack mount + Unit test
-
- Oct 08, 2019
-
-
Cedric CAFFY authored
-
- Sep 23, 2019
-
-
Eric Cano authored
-
- Sep 20, 2019
-
-
Eric Cano authored
Avoided counting an error for files hitting end of tape.
-
- Sep 13, 2019
-
-
Cedric CAFFY authored
Added files and bytes count for Retrieved files from User or Repack in the "tape session finished" message Made the Repack system test clearer by printing steps and by adding folders for the reports
-
Cedric CAFFY authored
Changed the logging of successful Retrieve and Archive jobs to differentiate between User and Repack jobs
-
- Sep 04, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Aug 20, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Aug 13, 2019
-
-
Julien Leduc authored
kill. This is quite likely for cta-taped as its static memory buffer consume a lot of memory.
-
- Jul 26, 2019
-
-
Eric Cano authored
Moved the space reservation information to the DriveStatus object store object instead of a new central registry. The central registry would have been a single point of contention as was the DriveRegistry before being split into DriveStates. As the problem is so close to the one of the drive status, we can actually reuse the drive status for this purpose. The algorithm will also change as we move the responsibility of querying the free space from the disk systems into the OStoreDb object instead of the Scheduler. This leads to a slightly worth layering of responsibilities, making the OStoreDb::RetrieveMount object a client of the disk::DiskSystemFreeSpaceList object. The current implementation will also query the free space from the disk systems on each pop, instead of doing so in a globally cached fashion. With the new model, we could cache the free space per drive (if needed), but not globally. This is not expected to be a real issue and free space is a global counter in the disk system, expected to be readily available.
-
- Jul 25, 2019
-
-
Cedric CAFFY authored
Added mount policy to the Repack Request
-
Cedric CAFFY authored
-
- Jul 23, 2019
-
-
Victor Kotlyar authored
or write. Implements setTapeMounted in the scheduler interface for RetrieveMount and ArchiveMount.
-
Victor Kotlyar authored
This reverts commit 787d41d2.
-
- Jul 22, 2019
-
-
Victor Kotlyar authored
-
- Jul 19, 2019
-
-
Victor Kotlyar authored
-
Victor Kotlyar authored
files for cta-tape-label.
-
Victor Kotlyar authored
Add standalone command line tool cta-tape-label. Command mount, label, umount the tape pointed by VID option. Tape drive and library parameters used from /etc/cta/TPCONFIG file and catalogue parameters from /etc/cta/cta-catalogue.conf. To be labelled the tape must be present in the catalogue and must be empty. By default the tool labels the tape with enabled logical block protection if drive supports such mode. For non-blank tapes command checks previous tape label and label only if the old label is the same or match to the label in the command line oldLabel option. To skip label checks for non-blank tapes --force option could be used.
-
- Jul 09, 2019
-
-
Cedric CAFFY authored
Added the ArchiveForRepack mountType to the Drive reporting Transformed the DataTransferSession::mountTypeToString() to add the ArchiveForRepack mountType, transformed the normal "Archive" into "ArchiveForUser"
-
- Jul 05, 2019
-
-
Eric Cano authored
-
- Jul 03, 2019
-
-
Eric Cano authored
-
- Jul 02, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Victor Kotlyar authored
Implement catalogue createDiskSystem, getAllDiskSystems, deleteDiskSystem methods.
-
Victor Kotlyar authored
tapes Add read-only tape flag support in the catalogue for the TAPE table. Add RdbmsCatalogue::setTapeReadOnly method to modify this flag with "cta-admin tape ch" command. Add RdbmsCatalogue::setTapeReadOnlyOnError to set this flag from taped. Add support for rdonly flag listing for "cta-admin tape ls" and "cta-admin sq" command.
-
- Jul 01, 2019
-
-
Michael Davis authored
- Type of checksumBlob in cta.proto should be bytes not string - ADLER32 passed into blob as uint32_t not string (conversion to bytearray is now handled inside the ChecksumBlob class)
-