Skip to content
Snippets Groups Projects
  1. Sep 26, 2022
  2. Aug 09, 2022
  3. Jun 30, 2022
  4. Jun 10, 2022
  5. May 20, 2022
  6. May 18, 2022
  7. May 13, 2022
  8. May 06, 2022
  9. May 05, 2022
  10. Apr 29, 2022
  11. Apr 11, 2022
  12. Apr 05, 2022
  13. Apr 04, 2022
  14. Mar 31, 2022
  15. Mar 28, 2022
  16. Mar 16, 2022
  17. Feb 28, 2022
  18. Feb 24, 2022
  19. Feb 22, 2022
  20. Feb 11, 2022
  21. Feb 10, 2022
  22. Feb 04, 2022
  23. Feb 03, 2022
  24. Dec 13, 2021
    • mvelosob's avatar
      Avoid large buffer reservations with RAO (#1054) · 5e602c9f
      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
      5e602c9f
  25. 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
    • mvelosob's avatar
      Remove support for activity fair share scheduling (#1077) · 09adf3cc
      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)
      09adf3cc
  26. Nov 17, 2021
  27. Nov 15, 2021
  28. Nov 08, 2021
  29. Nov 01, 2021
  30. Oct 13, 2021
  31. 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
  32. Aug 30, 2021
  33. Aug 02, 2021
  34. Jul 12, 2021
  35. Jun 24, 2021
  36. Jun 21, 2021
  37. Jun 17, 2021
Loading