- 25 Sep, 2020 4 commits
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- 23 Sep, 2020 2 commits
-
-
Cedric Caffy authored
-
Cedric Caffy authored
[catalogue] Corrected the slowliness of the RdbmsCatalogue::getArchiveFileToRetrieveByArchiveFileId() method
-
- 21 Sep, 2020 12 commits
-
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
[scheduler] Change DEBUG to INFO log level on Scheduler::getNextMount() and Scheduler::getNextMountDryRun() when a mount is going to be triggered
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Volodymyr Yurchenko authored
To make it more self-contained
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
Move oracle repo setup to bootstrapCTA
-
Steven Murray authored
-
Cedric Caffy authored
The RdbmsCatalogue::getArchiveFileToRetrieveByArchiveFileId() method has been modified to return only active (non superseded) files for retrieval
-
- 18 Sep, 2020 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
Fixed.
-
- 17 Sep, 2020 1 commit
-
-
Steven Murray authored
-
- 16 Sep, 2020 1 commit
-
-
Steven Murray authored
Fixed
-
- 15 Sep, 2020 15 commits
-
-
Cedric CAFFY authored
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
But ignore useradd error
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
It may be missing from the system. Instead of adding it, try to install everything from public repositories
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
Newly created user should be able to immediately run bootstrapCTA.sh. Therefore CTA repo should already be present in a home directory
-
Volodymyr Yurchenko authored
- remove gitlab credentials - set up default cta user OR - set up custom user (accept name as an argument) - add `sudo's` to allow running this script not as root
-
Volodymyr Yurchenko authored
Ceph packages are installed from cta-ci-ceph-nautilus repository located in continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
-
Volodymyr Yurchenko authored
-
Steven Murray authored
-
- 14 Sep, 2020 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
cta/CTA#877 ObjectStore.RetrieveQueueAlgorithms unit tests fails or succeeds base on version of cmake As suggested by Michal I've added the missing declaration of the full specialised getElementSummary() method. This fixes the problem. Where there were two "defined" symbols now there is only one: [itctabuild02] CTA (master) > nm /lib64/libctaobjectstoreunittests.so.0 | grep _ZN3cta11objectstore15ContainerTraitsINS0_13RetrieveQueueENS0_23RetrieveQueueToTransferEE17getElementSummaryERKNS4_13PoppedElementE U _ZN3cta11objectstore15ContainerTraitsINS0_13RetrieveQueueENS0_23RetrieveQueueToTransferEE17getElementSummaryERKNS4_13PoppedElementE [itctabuild02] CTA (master) > nm /lib64/libctaobjectstore.so.0 | grep _ZN3cta11objectstore15ContainerTraitsINS0_13RetrieveQueueENS0_23RetrieveQueueToTransferEE17getElementSummaryERKNS4_13PoppedElementE 000000000047afa8 T _ZN3cta11objectstore15ContainerTraitsINS0_13RetrieveQueueENS0_23RetrieveQueueToTransferEE17getElementSummaryERKNS4_13PoppedElementE [itctabuild02] CTA (master) >
-
Steven Murray authored
-