- 10 Jun, 2020 6 commits
-
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Michael Davis authored
The file will not be queued for archival, but the Frontend will return SUCCESS to allow zero-length files to be created in the namespace.
-
- 02 Jun, 2020 1 commit
-
-
Cedric Caffy authored
the Catalogue
-
- 25 May, 2020 1 commit
-
-
Michael Davis authored
-
- 04 May, 2020 1 commit
-
-
Steven Murray authored
-
- 28 Apr, 2020 1 commit
-
-
Michael Davis authored
Changes VERSION to VERSION_CMD to avoid name clash with EOS VERSION macro.
-
- 21 Apr, 2020 1 commit
-
-
Cedric Caffy authored
-
- 14 Apr, 2020 1 commit
-
-
Cedric Caffy authored
Adapted the cta-admin commands so that we can set the --reason and the --comment
-
- 07 Apr, 2020 1 commit
-
-
Cedric Caffy authored
-
- 31 Mar, 2020 2 commits
-
-
Cedric Caffy authored
CLOSEW
-
Cedric Caffy authored
address on EOS
-
- 12 Mar, 2020 3 commits
-
-
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
-
- 18 Feb, 2020 1 commit
-
-
Cedric CAFFY authored
Added UNIQUE constraint on STORAGE_CLASS_NAME and removed the the UNIQUE constraint on DISK_INSTANCE_NAME and STORAGE_CLASS_NAME
-
- 11 Feb, 2020 1 commit
-
-
Michael Davis authored
-
- 30 Jan, 2020 1 commit
-
-
Michael Davis authored
cta.archivefile.max_size_gb 1000 Specifies maximum file size that the CTA Frontend will accept to queue for archival. Defaults to 2 TB and can be configured in in increments of 1 GB.
-
- 14 Jan, 2020 2 commits
-
-
Michael Davis authored
-
Michael Davis authored
-
- 10 Jan, 2020 2 commits
-
-
Michael Davis authored
This storage class is ignored during CREATE, so that we don't need to set up an archive route just for testing.
-
Michael Davis authored
-
- 20 Dec, 2019 1 commit
-
-
Michael Davis authored
This decouples the "cta-admin tf ls" command from looking up path names in the catalogue, paving the way to remove the path from the DB.
-
- 16 Dec, 2019 1 commit
-
-
Michael Davis authored
-
- 05 Dec, 2019 1 commit
-
-
Michael Davis authored
1. Needs to be sys.* so users can't change it 2. Should not be confused with sys.retrieve.req_id
-
- 28 Nov, 2019 4 commits
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Renames CTA_ArchiveFileID to sys.archive.file_id Renames CTA_StorageClass to sys.archive.storage.class
-
- 26 Sep, 2019 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 04 Sep, 2019 2 commits
-
-
Cedric CAFFY authored
-
Eric Cano authored
Wrong parameter was passed as retrieve request id. Added logs to frontend. Implemented validation of cancel in archive retrive test (no file should be retrieved).
-
- 30 Aug, 2019 1 commit
-
-
Eric Cano authored
Also improved function name to better match XRootd names.
-
- 23 Aug, 2019 1 commit
-
-
Eric Cano authored
The retrieve request address is now stored in the EOS namespace as an extended attribute and deleted after checks on cancellation. The cleanup of the queues will be eventually done by the tape servers.
-
- 20 Aug, 2019 1 commit
-
-
Michael Davis authored
Google protobuf3 logs a FATAL error if .at() is called for a non-existent key, so the log is filled with errors if we use try {} catch(...) {}
-