Skip to content
Snippets Groups Projects
Commit c90a775a authored by Julien Leduc's avatar Julien Leduc
Browse files

Updating notes and spec file for cta v3.1-3 release

parent 0e6bea6f
No related branches found
No related tags found
No related merge requests found
......@@ -5,18 +5,18 @@
### Features
- Upstream eos 4.8.10-1
- The --no-recall flag can be passed to cta-admin repack add command:
- The repack request will NOT trigger any retrieve mount. Only the files that are in the repack buffer will be considered for archival.
- New cta-admin schedulinginfos ls command available to list potential mounts detected by the scheduler
- Adds a fix for `eos-ns-inspect` to [correctly list extended attributes on files](https://its.cern.ch/jira/browse/EOS-4319)
- The `--no-recall` flag can be passed to `cta-admin repack add` command:
- The repack request will NOT trigger any retrieve mount. Only the files that are in the repack buffer will be considered for archival. This is used to inject recoverred files from a tape with some hard to read fseqs.
- New `cta-admin schedulinginfos ls` command available to list potential mounts detected by the scheduler
### Modification
- Shrinked cta-admin repack ls tabular output
- Shrinked `cta-admin repack ls` tabular output
- cta-admin help commands listed in alphabetical order
- Catalogue connection pool improvements
- The scheduler will take the tape that has the highest occupancy for archival in order to avoid data scattering across all available tapes.
- The scheduler will take the tape that has the highest occupancy for archival in order to limit data scattering across all available tapes
### Bug fixes
# v3.1-2
......@@ -26,6 +26,7 @@
- Added database upgrade/changelog script oracle/3.0to3.1.sql
# v3.1-1
## Summary
......@@ -37,6 +38,7 @@
- Catalogue schema version 3.1 : addition of a new index on the TAPE table
- Catalogue and Unit tests improvements
# v3.0-3
## Summary
......@@ -45,6 +47,7 @@
- The cta-statistics-update tool updates the tape statistics one by one
# v3.0-2
## Summary
......
......@@ -462,6 +462,10 @@ Currently contains a helper for the client-ar script, which should be installed
%attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare
%changelog
* Fri Jul 31 2020 julien.leduc (at) cern.ch - 3.1-3
- Upstream eos 4.8.10-1
- Added --no-recall option to cta-admin repack command
- Catalogue connection pool improvements
* Fri Jul 17 2020 steven.murray (at) cern.ch - 3.1-2
- Added database upgrade/changelog script oracle/3.0to3.1.sql
* Thu Jul 16 2020 julien.leduc (at) cern.ch - 3.1-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment