- Oct 07, 2022
-
-
Jorge Camarero Vera authored
-
- Apr 11, 2022
-
-
Miguel Barros authored
-
- Mar 28, 2022
-
-
Jorge Camarero Vera authored
-
- Feb 09, 2022
-
-
Joao Afonso authored
-
- Nov 30, 2021
-
-
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.
-
- Oct 07, 2021
-
-
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
-
- Jun 02, 2021
-
-
Jorge Camarero Vera authored
-
- May 06, 2021
-
-
Michael Davis authored
-
- Feb 02, 2021
-
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
This revert is due to the fact that we will probably not put the maxdrivesallowed in the mount policy object. We will put it in the TAPE_POOL table and in the VIRTUAL_ORGANIZATION table This reverts commit f48c6cc48eaa9ab9e77fff5a4537a7a4641896b6.
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
- Jun 15, 2020
-
-
Cedric Caffy authored
not given
-
- Jun 14, 2020
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jun 10, 2020
-
-
Cedric Caffy authored
cta-admin tape add does not take a capacity anymore
-
Cedric Caffy authored
-
- Apr 21, 2020
-
-
Cedric Caffy authored
-
- Mar 31, 2020
-
-
Cedric Caffy authored
address on EOS
-
- Mar 12, 2020
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Removed diskInstance attiribute from the common::dataStructures::StorageClass class Adapted unit tests Adapted cta-admin commands
-
Cedric CAFFY authored
StorageClass now belongs to a VO (madatory) Adapted unit tests Modified cta-admin command to set the VO of a Storage Class
-
Cedric CAFFY authored
Deleted Schema version 1.2 Adapted tapepool management so that it works with the new VIRTUAL_ORGANIZATION table Adapted unit tests so that a VO is created before a tapePool is created Adapted prepare_test.sh so that it creates a VO before creating the TapePool
-
- Jan 15, 2020
-
-
Julien Leduc authored
-
- Oct 08, 2019
-
-
Cedric CAFFY authored
-
- Sep 09, 2019
-
-
Eric Cano authored
This can now be done without tearing down and re-creating the containers.
-
- Aug 30, 2019
-
-
Eric Cano authored
This can now be done without tearing down and re-creating the containers.
-
- Jul 19, 2019
-
-
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.
-
- Jul 10, 2019
-
-
Victor Kotlyar authored
-
- Jul 02, 2019
-
-
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.
-
- Jul 01, 2019
-
-
Michael Davis authored
-
- Jun 28, 2019
-
-
Michael Davis authored
-
- Jun 24, 2019
-
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
- Jun 21, 2019
-
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-