- Mar 11, 2020
-
-
Michael Davis authored
-
- Mar 02, 2020
-
-
Cedric CAFFY authored
Corrected helgrind errors by adding mutexes for multithread access to RecallReportPacker attributes.
-
Cedric CAFFY authored
If the disk threads are not finished after the TapeReadSingleThread finished, the status of the drive will be "DrainingToDisk" This removed a RecallReportPacker exception when trying to release disk space reservation for backpressure
-
Cedric CAFFY authored
In DriveState::addDiskSpaceReservation and substractDiskSpaceReservation, use a reference to the mutable_disk_space_reservations item
-
- 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 10, 2020
-
-
Cedric CAFFY authored
-
- Jan 29, 2020
-
-
Cedric CAFFY authored
Revert "Scheduler getNextMount() does not return an ArchiveForRepack mount on a tape that is being repacked." This reverts commit d6f97e34.
-
Cedric CAFFY authored
Scheduler getNextMount() does not return an ArchiveForRepack mount on a tape that is being repacked. Scenario: The operator launches a Repack Request in a tape V01001 (full) During the expansion, he sets the full flag to false. The tape could be mounted for Archival. Worse, the tape could repack in itself ! This is not possible anymore.
-
Cedric CAFFY authored
If Repack --disabledtape Retrieve jobs are in the queue, the Retrieve mount will be triggered and the user retrieve jobs will be popped as well as the Repack Retrieve jobs
-
- Jan 27, 2020
-
-
Michael Davis authored
This is so that the exception will be handled correctly by cta-admin when an invalid vid is specified to "cta-admin repack"
-
- Dec 06, 2019
-
-
Cedric CAFFY authored
-
- Dec 04, 2019
-
-
Steven Murray authored
-
- Nov 29, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected the segmentation fault problem if exception happens while the reporting of ArchiveSuccesses fails
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Nov 22, 2019
-
-
Cedric CAFFY authored
Set the status as RJS_Failed of Retrieve Failed jobs after report success before being queued in the RetrieveQueueFailed
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Retry queueing in ArchiveQueueToReportToRepackForSuccess if switchElementsOwnership fails because of a rados::lockbackoff() problem
-
Cedric CAFFY authored
Added repack ls command at repack failure in repack system test
-
- Nov 20, 2019
-
-
Cedric CAFFY authored
-
- Oct 23, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected scheduling to wait for more files to be queued before creating ArchiveForRepack mount + Unit test
-
- Oct 18, 2019
-
-
Cedric CAFFY authored
-
- Oct 17, 2019
-
-
Cedric CAFFY authored
-
- Oct 08, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Eric Cano authored
-
- Sep 25, 2019
-
-
Eric Cano authored
Disk reservation where cleaned up in states when they should be kept. Added disk reservation logs.
-
- 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 09, 2019
-
-
Cedric CAFFY authored
Added activable logs to the RetrieveQueueStatistics cache for debugging
-
- Sep 06, 2019
-
-
Cedric CAFFY authored
-
- Sep 04, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Added a check for the repack just add copies workflow that verify that two archive routes does not point to the same tapepool Remove the repack buffer if the repack expansion indicates that no Retrieve is necessary Corrected the XrootDirectory::exist() method
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Eric Cano authored
Wrong parameter was passed as retrieve request id. Added logs to frontend. Implemented validation of cancel in archive retrive test (no file should be retrieved).
-
- Aug 30, 2019
-
-
Eric Cano authored
Also improved function name to better match XRootd names.
-
- Aug 23, 2019
-
-
Eric Cano authored
The retrieve request address is now stored in the EOS namespace as an extended attribute and deleted after checks on cancellation. The cleanup of the queues will be eventually done by the tape servers.
-