Skip to content
Snippets Groups Projects
  1. Feb 04, 2022
  2. Feb 03, 2022
  3. Jan 27, 2022
  4. Jan 24, 2022
  5. Dec 07, 2021
  6. Dec 02, 2021
  7. Nov 30, 2021
    • mvelosob's avatar
      Add activity mount rules (#1026) · 245388ab
      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.
      245388ab
  8. Nov 24, 2021
  9. Nov 17, 2021
  10. Nov 16, 2021
    • mvelosob's avatar
      New command for restoring files deleted in CTA · 4de1196d
      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.
      4de1196d
  11. Nov 15, 2021
  12. Nov 09, 2021
  13. Nov 08, 2021
  14. Nov 02, 2021
  15. Oct 22, 2021
  16. Oct 13, 2021
  17. Oct 07, 2021
    • mvelosob's avatar
      Fix holding of scheduler global lock while looping queues · 7d6fdae9
      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
      7d6fdae9
  18. Oct 06, 2021
  19. Sep 23, 2021
    • mvelosob's avatar
      Fix host values in cta-admin commands (#1041) · ee94f198
      mvelosob authored
      * Add clientHost to the cta::common::dataStructures::SecurityIdentity struct, defining the machine the cta command was submitted from
      * cta::comon::dataStructures::SecurityIdentity::host now represents the frontend machine the commands were executed on, and is set by the server
      ee94f198
  20. Sep 20, 2021
  21. Sep 13, 2021
  22. Sep 06, 2021
  23. Aug 30, 2021
  24. Aug 24, 2021
  25. Aug 19, 2021
  26. Aug 18, 2021
  27. Aug 17, 2021
  28. Aug 06, 2021
  29. Aug 05, 2021
  30. Aug 02, 2021
  31. Jul 30, 2021
  32. Jul 23, 2021
  33. Jul 22, 2021
Loading