- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- May 22, 2019
-
-
Cedric CAFFY authored
Added unit test to test it Added a Repack Request expansion time limit (if the expansion last more than this time limit, it will be requeued) Added jq to the buildtree
-
- Apr 29, 2019
-
-
Cedric CAFFY authored
Added the creation of the directory corresponding to the vid of the tape to repack (xroot + local file system)
-
- Mar 06, 2019
-
-
Eric Cano authored
Also created the call in the maintenance process.
-
- Mar 05, 2019
-
-
Eric Cano authored
-
- Jan 15, 2019
-
-
Cedric CAFFY authored
-
- Jan 10, 2019
-
-
Cedric CAFFY authored
the method getNextRepackJobToExpand() will return a nullptr
-
- Dec 20, 2018
-
-
Cedric CAFFY authored
-
- Dec 10, 2018
-
-
Eric Cano authored
This promotion is controlled so that only a limited number a requests are in the state ToExpand or Starting at any point in time. This ensures both the availabality of repack file requests to system while preventing an explosion of file level requests. Created a one-round popping from the container (algorithms) with status switching. - Used for repack requests switching from pendig to to expand Added ElementStatus to algorithms. Implemented promotion interface in Scheduler and OstoreDb. The actual decision is taken at the Scheduler level. The function itself is called by the RepackRequestManager. Promotion is tested in a unit test. Various code maintenance: Switched to "using"-based constructor inheritance. Fixed privacy of function in cta::range.
-
- Nov 08, 2018
-
-
Eric Cano authored
Sub request support to be added.
-
- Aug 30, 2018
-
-
Eric Cano authored
The maintenance process replaces the garbage collector process. It now runs both garbage collection and disk reports.
-
Eric Cano authored
This class will handle reporting like the GarbageCollector class does for garbage collection. Adapted the interface of scheduler and ArchiveRequests to allow delegating reporting to the disk report runner. This commit is not functionnal. We still need to: - Implement the ToReport/Failed queues interface. - Adapt the queueing in the scheduler/ArchiveMount - Implement the popping of jobs to report. - Implement the async reporter for the files. - Develop the user interface for failed requests.
-
- Oct 06, 2016
-
-
Eric Cano authored
Added drive status reporting in scheduler Added drive status reporting in OStoreDB Added support for drive status listing in the front end Removed virtual functions from the Scheduler, which is never overloaded. Added DesiredDriveState structure to drive state. Removed usage of duplicate MountType, DriveStatus and DriveState structures. Created DriveInfo structure to allow recreation of drive register entry in all reporting situation (potentially with partial/assumed info).
-
- Feb 18, 2016
-
-
Daniele Kruse authored
-
- Feb 10, 2016
-
-
Daniele Kruse authored
-
Daniele Kruse authored
-
- Feb 09, 2016
-
-
Daniele Kruse authored
-
- May 08, 2015
-
-
Steven Murray authored
License comment is no longer filtered out by doxygen when generating web pages of the individual source files.
-
- May 07, 2015
-
-
Steven Murray authored
-
- Feb 27, 2015
-
-
Eric Cano authored
-