- 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
-
-
Jorge Camarero Vera authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
-
mvelosob authored
Add youngestjobcreationtime to archive and retrieve queues in the objectstore. The change is backwards compatible, as the new field is optional and with a default value of 0. The field is updated everywhere in the code where oldestjobcreationtime is also updated. The value is printed per queue using cta-admin sq.
-