- May 11, 2022
-
-
Jorge Camarero Vera authored
-
- May 10, 2022
-
-
mvelosob authored
-
- May 06, 2022
-
-
mvelosob authored
-
- Apr 29, 2022
-
-
Jorge Camarero Vera authored
-
- Apr 28, 2022
-
-
Jorge Camarero Vera authored
-
- Apr 22, 2022
-
-
mvelosob authored
-
- Apr 19, 2022
-
-
mvelosob authored
-
- Apr 11, 2022
-
-
Miguel Barros authored
-
- Apr 05, 2022
-
-
mvelosob authored
-
- Apr 04, 2022
-
-
mvelosob authored
-
- Mar 31, 2022
-
-
mvelosob authored
-
- Mar 28, 2022
-
-
Jorge Camarero Vera authored
-
Jorge Camarero Vera authored
-
- Mar 24, 2022
-
-
Miguel Barros authored
Remove catalogue version 5.0 from CTA and move backwards compatible changes to catalogue version 4.6
-
- Mar 16, 2022
-
-
mvelosob authored
-
- Mar 04, 2022
-
-
mvelosob authored
-
- Feb 28, 2022
-
-
Miguel Barros authored
-
mvelosob authored
-
- Feb 10, 2022
-
-
Michael Davis authored
-
mvelosob authored
-
- Feb 09, 2022
-
-
Joao Afonso authored
-
- Feb 04, 2022
-
-
mvelosob authored
Make cta-admin --json sq show the mount policy with highest priority and the mount policy with lowest request age for each queue
-
- Feb 03, 2022
-
-
mvelosob authored
New catalogue table and respective cta-admin diskinstance and cta-admin diskinstancespace commands
-
- Jan 27, 2022
-
-
mvelosob authored
-
- Jan 24, 2022
-
-
mvelosob authored
-
- Dec 07, 2021
-
-
Jorge Camarero Vera authored
-
- Dec 02, 2021
-
-
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.
-
- Nov 24, 2021
-
-
Jorge Camarero Vera authored
-
- Nov 17, 2021
-
-
Michael Davis authored
-
- Nov 16, 2021
-
-
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.
-
- Nov 15, 2021
-
-
Jorge Camarero Vera 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.
-
mvelosob authored
-
- Nov 09, 2021
-
-
mvelosob authored
-
- Nov 08, 2021
-
-
Jorge Camarero Vera authored
-
- Nov 02, 2021
-
-
mvelosob authored
-
- Oct 22, 2021
-
- Oct 13, 2021
-
-
mvelosob authored
-
- Oct 07, 2021
-
-
mvelosob authored
Remove the looping through the retrieve queue jobs while holding the global lock in OStoreDB::fetchMountInfo. This was done when a tape was disabled, since we mount disabled tapes if they have pending retrieve requests. Instead we now mount the tape if the queue object info as in the mount policy map a mount policy whose name starts with "repack". With this change, cta-admin now forces repacks added with the --disabledtape to have a mount policy prefixed with repack (without the --disabledtape flag, the mount policy can have any name) Also Removed the criteria that a disabled/broken tape is mounted if the queue is filled with deleted retrieved jobs. Eventually the maxrequestage for the queue will expire, the tape will be mounted and the queue flushed
-