Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 06, 2021
  3. Oct 04, 2021
  4. Oct 01, 2021
  5. Sep 30, 2021
  6. Sep 29, 2021
  7. Sep 28, 2021
  8. 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
  9. Sep 21, 2021
  10. Sep 20, 2021
  11. Sep 17, 2021
  12. Sep 16, 2021
  13. Sep 15, 2021
  14. Sep 14, 2021
  15. Sep 13, 2021
  16. Sep 07, 2021
  17. Sep 06, 2021
  18. Sep 03, 2021
  19. Sep 01, 2021
Loading