- Jan 24, 2019
-
-
Steven Murray authored
This reverts commit 5e55c15f. Conflicts: mediachanger/acs/AcsTest.cpp mediachanger/acs/CMakeLists.txt tests/CMakeLists.txt
-
Steven Murray authored
implementation of "cta-admin archivefile ls -all". A missing order by clause meant that non deterministic listings were given. This commit adds the missing "order by" clause.
-
- Jan 22, 2019
-
-
Julien Leduc authored
all containers. Many failures were due to slow DNS name resolution by kube-dns. To solve this I am now scanning all registered services in the namespace and adding entries to /etc/hosts on all the `Running` containers in the namespace. This solution is valid for both systemd and non-systemd containers.
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jan 21, 2019
-
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within oracle_catalogue_schema_header.sql
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within mysql_catalogue_schema_header.sql
-
Steven Murray authored
Changed common_catalogue_schema.sql for cta/CTA#371 'Change INTEGER columns of CTA catalogue schema to NUMERIC(20,0)'
-
Michael Davis authored
-
- Jan 18, 2019
-
-
Michael Davis authored
-
Julien Leduc authored
moving core dumps to /var/log/tmp/%h-%t-%e-%p-%s.core so that they are available as artifacts for all pods AND in the log PV that has supposedly more space.
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
delete_instance.sh can write log to an alternate directory and not only /tmp as it may be too small for larger tests.
-
Julien Leduc authored
Adding systemd-resolved to all possible DNS intense pods to avoid Nameserver complaints for larger tests. client pod is now using systemd as well for this reason.
-
Julien Leduc authored
1 block per file and blocks >=256kB: more smaller blocks (min size). Do not mount a tape for less than 100 files.
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jan 17, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Fixed cta/CTA#364 RdbmsArchiveFileItorImpl constructor should NOT return database connection to pool
-
Michael Davis authored
-
Michael Davis authored
-
- Jan 16, 2019
-
-
Michael Davis authored
Changes XrdSsiPb log messages from INFO to DEBUG level. Adds protobuf messages for "cta-admin failedrequest ls".
-
- Jan 15, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Replaced 'catch (std::out_of_range)' within objectstore/Helpers.cpp with 'catch (std::out_of_range &)' in order to avoid the compilation error on newer compilers :catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=]
-
Steven Murray authored
Replaced 'catch (cta::exception::Exception)' within 'Configuration.cpp' by 'catch (cta::exception::Exception &)' in order to avoid 'catch-value' compilation error on newer compilers
-
Steven Murray authored
Upgraded to EOS 4.4.19-20190111105204git8c85301 in order to get latest EOS dev branch with fix to 'eos node set'
-
Steven Murray authored
Upgraded to EOS 4.4.19-20190110174740gitfbc6ddc to get the default value of off for filearchivedgc and the resetting of retrieve extended attributes.
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Jan 14, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Julien Leduc authored
-
- Jan 09, 2019
-
-
Julien Leduc authored
The old kubernetes did not care much about the name of the destination file and used the source location and name.
-
- Jan 08, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-