Skip to content
Snippets Groups Projects
  1. Feb 09, 2022
  2. 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
  3. 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
  4. Jun 02, 2021
  5. May 06, 2021
  6. Feb 02, 2021
  7. Jun 15, 2020
  8. Jun 14, 2020
  9. Jun 10, 2020
  10. Apr 21, 2020
  11. Mar 31, 2020
  12. Mar 12, 2020
  13. Jan 15, 2020
  14. Oct 08, 2019
  15. Sep 09, 2019
  16. Aug 30, 2019
  17. 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
  18. Jul 10, 2019
  19. 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
  20. Jul 01, 2019
  21. Jun 28, 2019
  22. Jun 24, 2019
  23. Jun 21, 2019
  24. Jan 22, 2019
    • Julien Leduc's avatar
      Filling local /etc/hosts for all declared services in kubernetes DNS on · 196316cb
      Julien Leduc authored
      all containers.
      Many failures were due to slow DNS name resolution by kube-dns.
      To solve this I am now scanning all registered services in the namespace
      and adding entries to /etc/hosts on all the `Running` containers in the
      namespace. This solution is valid for both systemd and non-systemd
      containers.
      196316cb
  25. Jan 18, 2019
Loading