Skip to content
Snippets Groups Projects
  1. Jan 27, 2023
  2. Jan 20, 2023
  3. Jan 09, 2023
  4. Dec 15, 2022
  5. Nov 28, 2022
  6. Nov 16, 2022
  7. Oct 31, 2022
  8. Oct 07, 2022
  9. Oct 06, 2022
  10. Oct 04, 2022
  11. Sep 06, 2022
  12. Aug 15, 2022
  13. Aug 12, 2022
  14. Aug 09, 2022
  15. Jul 19, 2022
  16. Jul 15, 2022
  17. Jun 14, 2022
  18. Jun 10, 2022
  19. Apr 26, 2022
  20. Apr 22, 2022
  21. Apr 11, 2022
  22. Mar 28, 2022
  23. Mar 24, 2022
  24. Mar 23, 2022
  25. Mar 14, 2022
  26. Mar 04, 2022
  27. Feb 15, 2022
  28. Feb 09, 2022
  29. Feb 07, 2022
  30. Jan 14, 2022
  31. Dec 08, 2021
  32. Dec 02, 2021
  33. 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
  34. Oct 21, 2021
  35. 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
  36. Aug 02, 2021
  37. Jun 15, 2021
  38. Jun 02, 2021
  39. May 06, 2021
  40. Feb 18, 2021
Loading