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. Jun 02, 2021
  3. May 06, 2021
  4. Feb 02, 2021
  5. Jun 15, 2020
  6. Jun 14, 2020
  7. Jun 10, 2020
  8. Apr 21, 2020
  9. Mar 31, 2020
  10. Mar 12, 2020
  11. Jan 15, 2020
  12. Oct 08, 2019
  13. Sep 09, 2019
  14. Aug 30, 2019
  15. 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
  16. Jul 10, 2019
  17. 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
  18. Jul 01, 2019
  19. Jun 28, 2019
  20. Jun 24, 2019
  21. Jun 21, 2019
  22. 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
  23. Jan 18, 2019
  24. Dec 11, 2018
  25. Jul 31, 2018
Loading