- 15 Jun, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
- 10 Mar, 2021 1 commit
-
-
Steven Murray authored
-
- 16 Feb, 2021 1 commit
-
-
Steven Murray authored
Fixed.
-
- 02 Feb, 2021 19 commits
-
-
Cedric Caffy authored
-
Cedric Caffy authored
[scheduler] The scheduling now takes the VO readMaxDrives and writeMaxDrives parameters to trigger a mount or not
-
Cedric Caffy authored
-
Cedric Caffy authored
[catalogue] Added the MAX_DRIVES_ALLOWED_FOR_READ and MAX_DRIVES_ALLOWED_FOR_WRITE columns in the VIRTUAL_ORGANIZATION table - Modified the RdbmsCatalogue::createVirtualOrganization() method - Added the RdbmsCatalogue::modifyVirtualOrganizationMaxDrivesAllowedForRead() method - Added the RdbmsCatalogue::modifyVirtualOrganizationMaxDrivesAllowedForWrite() method
-
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
[catalogue] Created a catalogue::CreateMountPolicyAttributes object and added the maxDrivesAllowedPerVo field
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
[catalogue] Added the tape lifecycle columns in the database + the method to modify the state of the tape
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
[cta-admin] Implemented cta-admin recycletf ls [--vid] [--fxid] to list content of the FILE_RECYCLE_LOG table
-
Cedric Caffy authored
[catalogue] Storage class deletion modified to check if there are files on the FILE_RECYCLE_LOG table before deleting the storage class
-
Cedric Caffy authored
[catalogue] TAPE_FILE.SUPERSEDED_BY_VID and TAPE_FILE.SUPERSEDED_BY_FSEQ are not used in any query anymore
-
Cedric Caffy authored
-
Cedric Caffy authored
-
- 09 Dec, 2020 1 commit
-
-
Steven Murray authored
Added Catalogue::getTapePool()
-
- 08 Dec, 2020 2 commits
-
-
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.
-
- 25 Sep, 2020 1 commit
-
-
Cedric Caffy authored
-
- 11 Aug, 2020 1 commit
-
-
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)> ```
-
- 05 Aug, 2020 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 04 Aug, 2020 1 commit
-
-
Steven Murray authored
-
- 01 Jul, 2020 1 commit
-
-
Steven Murray authored
-
- 23 Jun, 2020 2 commits
-
-
Steven Murray authored
-
Cedric Caffy authored
-
- 19 Jun, 2020 1 commit
-
-
Steven Murray authored
-
- 17 Jun, 2020 2 commits
-
-
Cedric Caffy authored
DO_NOT_USE_deleteArchiveFile_DO_NOT_USE()
-
Cedric Caffy authored
the --comment option
-
- 10 Jun, 2020 2 commits
-
-
Cedric Caffy authored
cta-admin tape add does not take a capacity anymore
-
Cedric Caffy authored
-
- 05 Jun, 2020 1 commit
-
-
Steven Murray authored
-