- Dec 13, 2021
-
-
mvelosob authored
Refactor the RecallTaskInjector to limit the number of tasks passed at once to the TapeReadSingleThread for a tape with RAO and to reserve disk space in smaller batchs In every call of RecallTaskInjector::synchronousFetch the injector will try to pop jobs from the queue so that it holds an ammount of work equal to the limit of files or bytes imposed by the RAO implementation or by the value given by the BulkRequestRecallMaxBytes and BulkRequestRecallMaxFiles config options in /etc/cta/cta-taped.conf. In every call of RecallTaskInjector::injectBulkRecalls the RecallTaskInjector will inject a set of tasks limited by the BulkRequestRecallMaxBytes and BulkRequestRecallMaxFiles config options in /etc/cta/cta-taped.conf to the TapeReadSingleThread and DiskWriteThreadPool. The disk space reservation is done once for every job batch (instead of all the disk space being reserved when the jobs are popped) This prevents tapeservers with RAO from reserving a large amount of the disk buffer upfront, which would cause the buffer to fill quickly by a few drives, which cannot fill it fast enough
-
mvelosob authored
-
- Dec 10, 2021
-
-
Julien Leduc authored
-
- Dec 09, 2021
-
-
Julien Leduc authored
-
- Dec 08, 2021
-
-
Julien Leduc authored
-
- Dec 07, 2021
-
-
Jorge Camarero Vera authored
-
Jorge Camarero Vera authored
-
Jorge Camarero Vera authored
-
- Dec 03, 2021
-
-
mvelosob authored
-
- Dec 02, 2021
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Jorge Camarero Vera authored
-
- Nov 30, 2021
-
-
mvelosob authored
Activity Mount Rules associate a Mount Policy to an activity regex. When recalling a file, the users can specify an activity (i.e. by using filepath?activity=x). If specified, this activity will be used to select a matching activity mount rule, if one exists. If more than one Activity Mount Rule matches the activity, the one with highest retrieve priority will be chosen. Acitivity Mount Rules take precedence over Requester Mount Rules.
-
mvelosob authored
-
mvelosob authored
Remove all the code associated to the activity weight fair share scheduling feature: - Remove catalogue functions interacting with the ACTIVITY_WEIGHTS table - Remove code related to activity weights from the scheduler. - Deprecate and mark as optional objectstore schema fields for activity weights (shcema should be backwards and forwards compatible). - Store only activity information in the drive state. In the catalogue methods, default the weight values to 1.0 (avoids having to perform a backwards incompatible catalogue upgrade)
-
Tigran Mkrtchyan authored
- rpm spec file - ci build/test containers
-
Ren Bauer authored
-
- Nov 24, 2021
-
-
Joao Afonso authored
-
mvelosob authored
-
mvelosob authored
-
Jorge Camarero Vera authored
-
- Nov 22, 2021
-
-
Jorge Camarero Vera authored
-
mvelosob authored
In the case the archive has no active files, distinguish between - no ACTIVE tape with copy and at LEAST one non BROKEN copy - All copies on BROKEN tapes - No entry in CTA catalogue
-
- Nov 18, 2021
-
-
Jorge Camarero Vera authored
-
Volodymyr Yurchenko authored
-
- Nov 17, 2021
-
-
Michael Davis authored
And suppresses two false positive warnings in templated classes
-
Michael Davis authored
-
- Nov 16, 2021
-
-
mvelosob authored
-
mvelosob authored
Restoring deleted files implies restoring them in the eos namespace and in the cta catalogue. The command has no atomicity guarantees, a file may be restored in the eos namespace but the restoring in the cta catalogue may fail.
-
Jorge Camarero Vera authored
-
- Nov 15, 2021