- 08 Dec, 2020 4 commits
-
-
Steven Murray authored
Fixing problem with comparing char with integer using the <> operator. This appears to be happening with some version(s)/configurations of PostgreSQL but not all.
-
Steven Murray authored
Added NB_EMPTY_TAPES, NB_DISABLED_TAPES, NB_FULL_TAPES and NB_READ_ONLY_TAPES columns to getTapePools() query.
-
Steven Murray authored
The catalogue is now only queried for the tapes of interest.
-
Steven Murray authored
Replaced Catalogue::getAllTape() with getVidToLogicalibrary() because only the logical library was needed by the caller.
-
- 06 Oct, 2020 1 commit
-
-
Steven Murray authored
-
- 28 Sep, 2020 1 commit
-
-
Steven Murray authored
Fixed
-
- 25 Sep, 2020 1 commit
-
-
Cedric Caffy authored
-
- 23 Sep, 2020 1 commit
-
-
Cedric Caffy authored
[catalogue] Corrected the slowliness of the RdbmsCatalogue::getArchiveFileToRetrieveByArchiveFileId() method
-
- 21 Sep, 2020 1 commit
-
-
Cedric Caffy authored
The RdbmsCatalogue::getArchiveFileToRetrieveByArchiveFileId() method has been modified to return only active (non superseded) files for retrieval
-
- 11 Aug, 2020 2 commits
-
-
Steven Murray authored
Here is an example: ``` [itctabuild02] ~ (krb5=ctaadmin1)> cta-admin tapepool add --name steve --vo vo_1 --partialtapesnumber 1 --encrypted false --comment "Steve's tape pool" [itctabuild02] ~ (krb5=ctaadmin1)> cta-admin archiveroute add --storageclass single_1 --copynb 1 --tapepool steve --comment "Steve's archive route" [itctabuild02] ~ (krb5=ctaadmin1)> cta-admin tapepool rm --name steve Cannot delete tape-pool steve because it is used in an archive route [itctabuild02] ~ (krb5=ctaadmin1)> ```
-
Steven Murray authored
-
- 07 Aug, 2020 1 commit
-
-
Steven Murray authored
-
- 05 Aug, 2020 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 04 Aug, 2020 1 commit
-
-
Steven Murray authored
-
- 03 Aug, 2020 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 31 Jul, 2020 4 commits
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Cedric Caffy authored
-
- 29 Jul, 2020 5 commits
-
-
Cedric Caffy authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- 28 Jul, 2020 1 commit
-
-
Michael Davis authored
-
- 14 Jul, 2020 1 commit
-
-
Steven Murray authored
-
- 03 Jul, 2020 1 commit
-
-
Steven Murray authored
Fixed #816: The group and user mount policy caches of the CTA catalogue are now invalidated when the underlying data is modified
-
- 01 Jul, 2020 1 commit
-
-
Steven Murray authored
-
- 23 Jun, 2020 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Cedric Caffy authored
-
- 19 Jun, 2020 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 17 Jun, 2020 2 commits
-
-
Cedric Caffy authored
the --comment option
-
Cedric Caffy authored
Modified cta-admin to allow a user to not specify a comment
-
- 12 Jun, 2020 1 commit
-
-
Cedric Caffy authored
Refactored SchemaChecker
-
- 10 Jun, 2020 1 commit
-
-
Cedric Caffy authored
cta-admin tape add does not take a capacity anymore
-