- 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.
-
- Aug 21, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Aug 20, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Aug 16, 2019
-
-
Eric Cano authored
-
- Aug 14, 2019
-
-
Cedric CAFFY authored
-
- Aug 13, 2019
-
-
Cedric CAFFY authored
[REPACK] Added a failed to create archive request counter so that the Repack Request is complete or failed if Retrieve subrequest is failed (creation or execution)
-
Cedric CAFFY authored
-
- Aug 06, 2019
-
-
Eric Cano authored
Fixed various issues detected in the process.
-
- Aug 02, 2019
-
-
Eric Cano authored
The sleep time (15 minutes) is currently hardcoded, but implemented in a single place (OStoreDB::fetchMountInfo() ).
-
- Jul 31, 2019
- Jul 30, 2019
- 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
-
- Jul 23, 2019
-
-
Victor Kotlyar authored
or write. Implements setTapeMounted in the scheduler interface for RetrieveMount and ArchiveMount.
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Changed the "Tape session started" and "Tape session finished" mountType for Archive Mounts (Repack of User)
-
Cedric CAFFY authored
-
- 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"
-
Cedric CAFFY authored
Honoured the individual Retrieve garbage collection for jobs ToReportToRepackForSuccess and ToReportToRepackForFailure
-