Skip to content
Snippets Groups Projects
  1. Oct 07, 2022
  2. Apr 11, 2022
  3. Mar 28, 2022
  4. Feb 09, 2022
  5. 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
  6. 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
  7. Jun 02, 2021
  8. May 06, 2021
  9. Feb 02, 2021
  10. Jun 15, 2020
  11. Jun 14, 2020
  12. Jun 10, 2020
  13. Apr 21, 2020
  14. Mar 31, 2020
  15. Mar 12, 2020
  16. Jan 15, 2020
  17. Oct 08, 2019
  18. Sep 09, 2019
  19. Aug 30, 2019
  20. Jul 19, 2019
    • Victor Kotlyar's avatar
      cta/CTA#506: tape-labeling in CTA · 7e449f8f
      Victor Kotlyar authored
      Add standalone command line tool cta-tape-label.
      
      Command mount, label, umount the tape pointed by VID option. Tape drive
      and library parameters used from /etc/cta/TPCONFIG file and catalogue
      parameters from /etc/cta/cta-catalogue.conf.
      To be labelled the tape must be present in the catalogue and must be
      empty.
      By default the tool labels the tape with enabled logical block protection
      if drive supports such mode. For non-blank tapes command checks previous tape
      label and label only if the old label is the same or match to the label in the
      command line oldLabel option. To skip label checks for non-blank tapes --force
      option could be used.
      7e449f8f
  21. Jul 10, 2019
  22. Jul 02, 2019
    • Victor Kotlyar's avatar
      cta/CTA#535: "Read only" and "from CASTOR" flags in the catalogue for · 181ae22e
      Victor Kotlyar authored
      tapes
      
      Add read-only tape flag support in the catalogue for the TAPE table.
      Add RdbmsCatalogue::setTapeReadOnly method to modify this flag with
        "cta-admin tape ch" command.
      Add RdbmsCatalogue::setTapeReadOnlyOnError to set this flag from taped.
      Add support for rdonly flag listing for "cta-admin tape ls" and
        "cta-admin sq" command.
      181ae22e
  23. Jul 01, 2019
  24. Jun 28, 2019
  25. Jun 24, 2019
  26. Jun 21, 2019
Loading